Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt154 glSetFenceNV;
DlibGLESv1_CM.map.txt239 glSetFenceNV; # introduced-mips=9 introduced-x86=9
Dentries.in736 GL_ENTRY(void, glSetFenceNV, GLuint fence, GLenum condition)
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in397 void API_ENTRY(glSetFenceNV)(GLuint fence, GLenum condition) {
398 CALL_GL_API(glSetFenceNV, fence, condition);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h752 #define glSetFenceNV wrap_glSetFenceNV macro
Dgles_undefine.h752 #undef glSetFenceNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in769 void API_ENTRY(glSetFenceNV)(GLuint fence, GLenum condition) {
770 CALL_GL_API(glSetFenceNV, fence, condition);
/frameworks/native/opengl/include/GLES/
Dglext.h1184 GL_API void GL_APIENTRY glSetFenceNV (GLuint, GLenum);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2236 GL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);