Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt132 glIsFenceNV;
DlibGLESv1_CM.map.txt155 glIsFenceNV; # introduced-mips=9 introduced-x86=9
Dentries.in471 GL_ENTRY(GLboolean, glIsFenceNV, GLuint fence)
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in385 GLboolean API_ENTRY(glIsFenceNV)(GLuint fence) {
386 CALL_GL_API_RETURN(glIsFenceNV, fence);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h487 #define glIsFenceNV wrap_glIsFenceNV macro
Dgles_undefine.h487 #undef glIsFenceNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in757 GLboolean API_ENTRY(glIsFenceNV)(GLuint fence) {
758 CALL_GL_API_RETURN(glIsFenceNV, fence);
/frameworks/native/opengl/include/GLES/
Dglext.h1180 GL_API GLboolean GL_APIENTRY glIsFenceNV (GLuint);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2232 GL_APICALL GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);