Searched refs:glGetFenceivNV (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 189 {"glGetFenceivNV", (void*)glGetFenceivNV},
|
D | gl2_client_context.h | 191 glGetFenceivNV_client_proc_t glGetFenceivNV; member
|
D | gl2_client_context.cpp | 191 glGetFenceivNV = (glGetFenceivNV_client_proc_t) getProc("glGetFenceivNV", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 187 void glGetFenceivNV(GLuint fence, GLenum pname, GLint* params); 1304 void glGetFenceivNV(GLuint fence, GLenum pname, GLint* params) in glGetFenceivNV() function 1307 ctx->glGetFenceivNV(ctx, fence, pname, params); in glGetFenceivNV()
|
D | gl2_enc.cpp | 5160 this->glGetFenceivNV = (glGetFenceivNV_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 270 {"glGetFenceivNV", (void *)glGetFenceivNV},
|
D | gles_dispatch.h | 273 glGetFenceivNV_t glGetFenceivNV; member 545 …GetFenceivNV(glGetFenceivNV_t f) { glGetFenceivNV_t retval = glGetFenceivNV; glGetFenceivNV = f; r… in set_glGetFenceivNV()
|
D | gles.cpp | 1306 void glGetFenceivNV(GLuint fence, GLenum pname, GLint *params) in glGetFenceivNV() function 1308 getDispatch()->glGetFenceivNV(fence, pname, params); in glGetFenceivNV()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 263 {"glGetFenceivNV", (void*)glGetFenceivNV},
|
D | gl_client_context.h | 283 glGetFenceivNV_client_proc_t glGetFenceivNV; member
|
D | gl_client_context.cpp | 283 glGetFenceivNV = (glGetFenceivNV_client_proc_t) getProc("glGetFenceivNV", userData); in initDispatchByName()
|
D | gl_entry.cpp | 279 void glGetFenceivNV(GLuint fence, GLenum pname, GLint* params); 1941 void glGetFenceivNV(GLuint fence, GLenum pname, GLint* params) in glGetFenceivNV() function 1944 ctx->glGetFenceivNV(ctx, fence, pname, params); in glGetFenceivNV()
|
D | gl_enc.cpp | 8441 this->glGetFenceivNV = &glGetFenceivNV_enc; in gl_encoder_context_t()
|