Searched refs:glSetFenceNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 154 glSetFenceNV;
|
D | libGLESv1_CM.map.txt | 239 glSetFenceNV; # introduced-mips=9 introduced-x86=9
|
D | entries.in | 736 GL_ENTRY(void, glSetFenceNV, GLuint fence, GLenum condition)
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 397 void API_ENTRY(glSetFenceNV)(GLuint fence, GLenum condition) { 398 CALL_GL_API(glSetFenceNV, fence, condition);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 752 #define glSetFenceNV wrap_glSetFenceNV macro
|
D | gles_undefine.h | 752 #undef glSetFenceNV
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 769 void API_ENTRY(glSetFenceNV)(GLuint fence, GLenum condition) { 770 CALL_GL_API(glSetFenceNV, fence, condition);
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 1184 GL_API void GL_APIENTRY glSetFenceNV (GLuint, GLenum);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2236 GL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
|