Searched refs:glGetPathCoordsNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 335 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathCoordsNV); 1183 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetPathCoordsNV); in init_stub_library()
|
D | stubs_arm64.cc | 335 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathCoordsNV); 1183 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glGetPathCoordsNV); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 335 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathCoordsNV); 1183 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetPathCoordsNV); in init_stub_library()
|
D | stubs_arm.cc | 335 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetPathCoordsNV); 1183 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glGetPathCoordsNV); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 375 #define glGetPathCoordsNV wrap_glGetPathCoordsNV macro
|
D | gles_undefine.h | 374 #undef glGetPathCoordsNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1210 void API_ENTRY(glGetPathCoordsNV)(GLuint path, GLfloat *coords) { 1211 CALL_GL_API(glGetPathCoordsNV, path, coords);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 386 GL_ENTRY(void, glGetPathCoordsNV, GLuint path, GLfloat *coords)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3190 GL_APICALL void GL_APIENTRY glGetPathCoordsNV (GLuint path, GLfloat *coords);
|