Searched defs:glGetFenceivNV (Results 1 - 6 of 6) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
H A Dgl2_client_context.h189 glGetFenceivNV_client_proc_t glGetFenceivNV; member in struct:gl2_client_context_t
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);
/device/generic/goldfish/opengl/system/GLESv1_enc/
H A Dgl_client_context.h281 glGetFenceivNV_client_proc_t glGetFenceivNV; member in struct:gl_client_context_t
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);
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
H A Dgles.cpp1306 void glGetFenceivNV(GLuint fence, GLenum pname, GLint *params) function
1308 getDispatch()->glGetFenceivNV(fence, pname, params);
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;}

Completed in 23 milliseconds