Home
last modified time | relevance | path

Searched refs:glGetPathParameterivNV (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc341 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathParameterivNV);
1189 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetPathParameterivNV); in init_stub_library()
Dstubs_arm64.cc341 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathParameterivNV);
1189 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetPathParameterivNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc341 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathParameterivNV);
1189 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetPathParameterivNV); in init_stub_library()
Dstubs_arm.cc341 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathParameterivNV);
1189 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetPathParameterivNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h381 #define glGetPathParameterivNV wrap_glGetPathParameterivNV macro
Dgles_undefine.h380 #undef glGetPathParameterivNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1201 void API_ENTRY(glGetPathParameterivNV)(GLuint path, GLenum pname, GLint *value) {
1202 CALL_GL_API(glGetPathParameterivNV, path, pname, value);
/frameworks/native/opengl/libs/
Dentries.in392 GL_ENTRY(void, glGetPathParameterivNV, GLuint path, GLenum pname, GLint *value)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3187 GL_APICALL void GL_APIENTRY glGetPathParameterivNV (GLuint path, GLenum pname, GLint *value);