Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h189 {"glGetFenceivNV", (void*)glGetFenceivNV},
Dgl2_client_context.h191 glGetFenceivNV_client_proc_t glGetFenceivNV; member
Dgl2_client_context.cpp191 glGetFenceivNV = (glGetFenceivNV_client_proc_t) getProc("glGetFenceivNV", userData); in initDispatchByName()
Dgl2_entry.cpp187 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()
Dgl2_enc.cpp5160 this->glGetFenceivNV = (glGetFenceivNV_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h270 {"glGetFenceivNV", (void *)glGetFenceivNV},
Dgles_dispatch.h273 glGetFenceivNV_t glGetFenceivNV; member
545 …GetFenceivNV(glGetFenceivNV_t f) { glGetFenceivNV_t retval = glGetFenceivNV; glGetFenceivNV = f; r… in set_glGetFenceivNV()
Dgles.cpp1306 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/
Dgl_ftable.h263 {"glGetFenceivNV", (void*)glGetFenceivNV},
Dgl_client_context.h283 glGetFenceivNV_client_proc_t glGetFenceivNV; member
Dgl_client_context.cpp283 glGetFenceivNV = (glGetFenceivNV_client_proc_t) getProc("glGetFenceivNV", userData); in initDispatchByName()
Dgl_entry.cpp279 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()
Dgl_enc.cpp8441 this->glGetFenceivNV = &glGetFenceivNV_enc; in gl_encoder_context_t()