Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc335 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathCoordsNV);
1183 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetPathCoordsNV); in init_stub_library()
Dstubs_arm64.cc335 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathCoordsNV);
1183 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetPathCoordsNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc335 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathCoordsNV);
1183 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetPathCoordsNV); in init_stub_library()
Dstubs_arm.cc335 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathCoordsNV);
1183 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetPathCoordsNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h375 #define glGetPathCoordsNV wrap_glGetPathCoordsNV macro
Dgles_undefine.h374 #undef glGetPathCoordsNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1210 void API_ENTRY(glGetPathCoordsNV)(GLuint path, GLfloat *coords) {
1211 CALL_GL_API(glGetPathCoordsNV, path, coords);
/frameworks/native/opengl/libs/
Dentries.in386 GL_ENTRY(void, glGetPathCoordsNV, GLuint path, GLfloat *coords)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3190 GL_APICALL void GL_APIENTRY glGetPathCoordsNV (GLuint path, GLfloat *coords);