Home
last modified time | relevance | path

Searched refs:glBeginConditionalRenderNV (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/debug/
Dgles_redefine.h26 #define glBeginConditionalRenderNV wrap_glBeginConditionalRenderNV macro
Dgles_undefine.h26 #undef glBeginConditionalRenderNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in724 void API_ENTRY(glBeginConditionalRenderNV)(GLuint id, GLenum mode) {
725 CALL_GL_API(glBeginConditionalRenderNV, id, mode);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2106 GL_APICALL void GL_APIENTRY glBeginConditionalRenderNV (GLuint id, GLenum mode);
/frameworks/native/opengl/libs/
Dentries.in10 GL_ENTRY(void, glBeginConditionalRenderNV, GLuint id, GLenum mode)