Searched refs:glGetFenceivNV (Results 1 - 11 of 11) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_ftable.h189 {"glGetFenceivNV", (void*)glGetFenceivNV},
H A Dgl2_client_context.h189 glGetFenceivNV_client_proc_t glGetFenceivNV; member in struct:gl2_client_context_t
398 virtual glGetFenceivNV_client_proc_t set_glGetFenceivNV(glGetFenceivNV_client_proc_t f) { glGetFenceivNV_client_proc_t retval = glGetFenceivNV; glGetFenceivNV = f; return retval;}
H A Dgl2_entry.cpp187 void glGetFenceivNV(GLuint fence, GLenum pname, GLint* params);
1304 void glGetFenceivNV(GLuint fence, GLenum pname, GLint* params) function
1307 ctx->glGetFenceivNV(ctx, fence, pname, params);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_ftable.h263 {"glGetFenceivNV", (void*)glGetFenceivNV},
H A Dgl_client_context.h281 glGetFenceivNV_client_proc_t glGetFenceivNV; member in struct:gl_client_context_t
573 virtual glGetFenceivNV_client_proc_t set_glGetFenceivNV(glGetFenceivNV_client_proc_t f) { glGetFenceivNV_client_proc_t retval = glGetFenceivNV; glGetFenceivNV = f; return retval;}
H A Dgl_entry.cpp279 void glGetFenceivNV(GLuint fence, GLenum pname, GLint* params);
1941 void glGetFenceivNV(GLuint fence, GLenum pname, GLint* params) function
1944 ctx->glGetFenceivNV(ctx, fence, pname, params);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h270 {"glGetFenceivNV", (void *)glGetFenceivNV},
H A Dgles_dispatch.h273 glGetFenceivNV_t glGetFenceivNV; member in struct:gles_dispatch
545 glGetFenceivNV_t set_glGetFenceivNV(glGetFenceivNV_t f) { glGetFenceivNV_t retval = glGetFenceivNV; glGetFenceivNV = f; return retval;}
H A Dgles.cpp1306 void glGetFenceivNV(GLuint fence, GLenum pname, GLint *params) function
1308 getDispatch()->glGetFenceivNV(fence, pname, params);
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2ext.h705 GL_APICALL void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
/development/ndk/platforms/android-4/include/GLES/
H A Dglext.h918 GL_API void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);

Completed in 53 milliseconds