Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc541 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathStringNV);
1389 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPathStringNV); in init_stub_library()
Dstubs_arm64.cc541 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathStringNV);
1389 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPathStringNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc541 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathStringNV);
1389 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPathStringNV); in init_stub_library()
Dstubs_arm.cc541 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathStringNV);
1389 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPathStringNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h602 #define glPathStringNV wrap_glPathStringNV macro
Dgles_undefine.h601 #undef glPathStringNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1132 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/
Dentries.in647 GL_ENTRY(void, glPathStringNV, GLuint path, GLenum format, GLsizei length, const void *pathString)
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3164 GL_APICALL void GL_APIENTRY glPathStringNV (GLuint path, GLenum format, GLsizei length, const void …