Searched refs:glExtTexObjectStateOverrideiQCOM (Results 1 - 15 of 15) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h275 {"glExtTexObjectStateOverrideiQCOM", (void*)glExtTexObjectStateOverrideiQCOM},
H A Dgl_client_context.h295 glExtTexObjectStateOverrideiQCOM_client_proc_t glExtTexObjectStateOverrideiQCOM; member in struct:gl_client_context_t
H A Dgl_client_context.cpp295 glExtTexObjectStateOverrideiQCOM = (glExtTexObjectStateOverrideiQCOM_client_proc_t) getProc("glExtTexObjectStateOverrideiQCOM", userData);
H A Dgl_entry.cpp290 void glExtTexObjectStateOverrideiQCOM(GLenum target, GLenum pname, GLint param);
2011 void glExtTexObjectStateOverrideiQCOM(GLenum target, GLenum pname, GLint param) function
2014 ctx->glExtTexObjectStateOverrideiQCOM(ctx, target, pname, param);
H A Dgl_enc.cpp8568 this->glExtTexObjectStateOverrideiQCOM = &glExtTexObjectStateOverrideiQCOM_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h282 {"glExtTexObjectStateOverrideiQCOM", (void *)glExtTexObjectStateOverrideiQCOM},
H A Dgles_dispatch.h285 glExtTexObjectStateOverrideiQCOM_t glExtTexObjectStateOverrideiQCOM; member in struct:gles_dispatch
557 glExtTexObjectStateOverrideiQCOM_t set_glExtTexObjectStateOverrideiQCOM(glExtTexObjectStateOverrideiQCOM_t f) { glExtTexObjectStateOverrideiQCOM_t retval = glExtTexObjectStateOverrideiQCOM; glExtTexObjectStateOverrideiQCOM = f; return retval;}
H A Dgles.cpp1366 void glExtTexObjectStateOverrideiQCOM(GLenum target, GLenum pname, GLint param) function
1368 getDispatch()->glExtTexObjectStateOverrideiQCOM(target, pname, param);
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_ftable.h203 {"glExtTexObjectStateOverrideiQCOM", (void*)glExtTexObjectStateOverrideiQCOM},
H A Dgl2_client_context.h205 glExtTexObjectStateOverrideiQCOM_client_proc_t glExtTexObjectStateOverrideiQCOM; member in struct:gl2_client_context_t
H A Dgl2_client_context.cpp205 glExtTexObjectStateOverrideiQCOM = (glExtTexObjectStateOverrideiQCOM_client_proc_t) getProc("glExtTexObjectStateOverrideiQCOM", userData);
H A Dgl2_entry.cpp200 void glExtTexObjectStateOverrideiQCOM(GLenum target, GLenum pname, GLint param);
1598 void glExtTexObjectStateOverrideiQCOM(GLenum target, GLenum pname, GLint param) function
1601 ctx->glExtTexObjectStateOverrideiQCOM(ctx, target, pname, param);
H A Dgl2_enc.cpp11242 this->glExtTexObjectStateOverrideiQCOM = (glExtTexObjectStateOverrideiQCOM_client_proc_t) &enc_unsupported;
/device/generic/goldfish-opengl/system/include/GLES/
H A Dglext.h1223 GL_API void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param);
/device/generic/goldfish-opengl/system/include/GLES2/
H A Dgl2ext.h1851 GL_APICALL void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param);

Completed in 114 milliseconds