Searched refs:glGetFenceivNV (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 103 glGetFenceivNV;
|
D | libGLESv1_CM.map.txt | 126 glGetFenceivNV; # introduced-mips=9 introduced-x86=9
|
D | entries.in | 346 GL_ENTRY(void, glGetFenceivNV, GLuint fence, GLenum pname, GLint *params)
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 400 void API_ENTRY(glGetFenceivNV)(GLuint fence, GLenum pname, GLint *params) { 401 CALL_GL_API(glGetFenceivNV, fence, pname, params);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 338 #define glGetFenceivNV wrap_glGetFenceivNV macro
|
D | gles_undefine.h | 337 #undef glGetFenceivNV
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 824 GL_API void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 961 void API_ENTRY(glGetFenceivNV)(GLuint fence, GLenum pname, GLint *params) { 962 CALL_GL_API(glGetFenceivNV, fence, pname, params);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 2694 GL_APICALL void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
|