Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt102 glGetFenceivNV;
DlibGLESv1_CM.map.txt126 glGetFenceivNV; # introduced-mips=9 introduced-x86=9
Dentries.in321 GL_ENTRY(void, glGetFenceivNV, GLuint fence, GLenum pname, GLint *params)
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in391 void API_ENTRY(glGetFenceivNV)(GLuint fence, GLenum pname, GLint *params) {
392 CALL_GL_API(glGetFenceivNV, fence, pname, params);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h337 #define glGetFenceivNV wrap_glGetFenceivNV macro
Dgles_undefine.h337 #undef glGetFenceivNV
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in763 void API_ENTRY(glGetFenceivNV)(GLuint fence, GLenum pname, GLint *params) {
764 CALL_GL_API(glGetFenceivNV, fence, pname, params);
/frameworks/native/opengl/include/GLES/
Dglext.h1182 GL_API void GL_APIENTRY glGetFenceivNV (GLuint, GLenum, GLint *);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2234 GL_APICALL void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);