Searched refs:glPathStringNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 541 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathStringNV); 1389 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPathStringNV); in init_stub_library()
|
D | stubs_arm64.cc | 541 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathStringNV); 1389 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPathStringNV); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 541 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathStringNV); 1389 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPathStringNV); in init_stub_library()
|
D | stubs_arm.cc | 541 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathStringNV); 1389 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPathStringNV); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 602 #define glPathStringNV wrap_glPathStringNV macro
|
D | gles_undefine.h | 601 #undef glPathStringNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1132 void API_ENTRY(glPathStringNV)(GLuint path, GLenum format, GLsizei length, const void *pathString) { 1133 CALL_GL_API(glPathStringNV, path, format, length, pathString);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 647 GL_ENTRY(void, glPathStringNV, GLuint path, GLenum format, GLsizei length, const void *pathString)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3164 GL_APICALL void GL_APIENTRY glPathStringNV (GLuint path, GLenum format, GLsizei length, const void …
|