Searched refs:glBeginConditionalRenderNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBeginConditionalRenderNV); 874 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBeginConditionalRenderNV); in init_stub_library()
|
D | stubs_arm64.cc | 26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBeginConditionalRenderNV); 874 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glBeginConditionalRenderNV); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBeginConditionalRenderNV); 874 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBeginConditionalRenderNV); in init_stub_library()
|
D | stubs_arm.cc | 26 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glBeginConditionalRenderNV); 874 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glBeginConditionalRenderNV); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 26 #define glBeginConditionalRenderNV wrap_glBeginConditionalRenderNV macro
|
D | gles_undefine.h | 26 #undef glBeginConditionalRenderNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 904 void API_ENTRY(glBeginConditionalRenderNV)(GLuint id, GLenum mode) { 905 CALL_GL_API(glBeginConditionalRenderNV, id, mode);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 10 GL_ENTRY(void, glBeginConditionalRenderNV, GLuint id, GLenum mode)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2533 GL_APICALL void GL_APIENTRY glBeginConditionalRenderNV (GLuint id, GLenum mode);
|