Searched refs:glPathSubCommandsNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 542 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathSubCommandsNV); 1390 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPathSubCommandsNV); in init_stub_library()
|
D | stubs_arm64.cc | 542 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathSubCommandsNV); 1390 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPathSubCommandsNV); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 542 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathSubCommandsNV); 1390 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPathSubCommandsNV); in init_stub_library()
|
D | stubs_arm.cc | 542 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathSubCommandsNV); 1390 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPathSubCommandsNV); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 603 #define glPathSubCommandsNV wrap_glPathSubCommandsNV macro
|
D | gles_undefine.h | 602 #undef glPathSubCommandsNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1126 void API_ENTRY(glPathSubCommandsNV)(GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GL… 1127 …CALL_GL_API(glPathSubCommandsNV, path, commandStart, commandsToDelete, numCommands, commands, numC…
|
/frameworks/native/opengl/libs/ |
D | entries.in | 648 GL_ENTRY(void, glPathSubCommandsNV, GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GL…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 3162 GL_APICALL void GL_APIENTRY glPathSubCommandsNV (GLuint path, GLsizei commandStart, GLsizei command…
|