Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc340 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathParameterfvNV);
1188 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetPathParameterfvNV); in init_stub_library()
Dstubs_arm64.cc340 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathParameterfvNV);
1188 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetPathParameterfvNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc340 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathParameterfvNV);
1188 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetPathParameterfvNV); in init_stub_library()
Dstubs_arm.cc340 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathParameterfvNV);
1188 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetPathParameterfvNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h380 #define glGetPathParameterfvNV wrap_glGetPathParameterfvNV macro
Dgles_undefine.h379 #undef glGetPathParameterfvNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1204 void API_ENTRY(glGetPathParameterfvNV)(GLuint path, GLenum pname, GLfloat *value) {
1205 CALL_GL_API(glGetPathParameterfvNV, path, pname, value);
/frameworks/native/opengl/libs/
Dentries.in391 GL_ENTRY(void, glGetPathParameterfvNV, GLuint path, GLenum pname, GLfloat *value)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3188 GL_APICALL void GL_APIENTRY glGetPathParameterfvNV (GLuint path, GLenum pname, GLfloat *value);