Searched refs:glSetFenceNV (Results 1 – 7 of 7) sorted by relevance
/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 | unwrap_gles.h | 755 #undef glSetFenceNV
|
D | wrap_gles.h | 755 #define glSetFenceNV wrap_glSetFenceNV macro
|
/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/libs/ |
D | entries.in | 736 GL_ENTRY(void, glSetFenceNV, GLuint fence, GLenum condition)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2236 GL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
|