Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc542 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathSubCommandsNV);
1390 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPathSubCommandsNV); in init_stub_library()
Dstubs_arm64.cc542 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathSubCommandsNV);
1390 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPathSubCommandsNV); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc542 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathSubCommandsNV);
1390 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPathSubCommandsNV); in init_stub_library()
Dstubs_arm.cc542 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPathSubCommandsNV);
1390 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPathSubCommandsNV); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h603 #define glPathSubCommandsNV wrap_glPathSubCommandsNV macro
Dgles_undefine.h602 #undef glPathSubCommandsNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in1126 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/
Dentries.in648 GL_ENTRY(void, glPathSubCommandsNV, GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GL…
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h3162 GL_APICALL void GL_APIENTRY glPathSubCommandsNV (GLuint path, GLsizei commandStart, GLsizei command…