Searched refs:glFogxOES (Results 1 – 11 of 11) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 184 {"glFogxOES", (void *)glFogxOES},
|
D | gles_dispatch.h | 187 glFogxOES_t glFogxOES; member 459 …glFogxOES_t set_glFogxOES(glFogxOES_t f) { glFogxOES_t retval = glFogxOES; glFogxOES = f; return r… in set_glFogxOES()
|
D | gles.cpp | 876 void glFogxOES(GLenum pname, GLfixed param) in glFogxOES() function 878 getDispatch()->glFogxOES(pname, param); in glFogxOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 175 {"glFogxOES", (void*)glFogxOES},
|
D | gl_client_context.h | 195 glFogxOES_client_proc_t glFogxOES; member
|
D | gl_client_context.cpp | 195 glFogxOES = (glFogxOES_client_proc_t) getProc("glFogxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 190 void glFogxOES(GLenum pname, GLfixed param); 1405 void glFogxOES(GLenum pname, GLfixed param) in glFogxOES() function 1408 ctx->glFogxOES(ctx, pname, param); in glFogxOES()
|
D | gl_enc.cpp | 8554 this->glFogxOES = &glFogxOES_enc; in gl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 335 glFogxOES = glFogx; in GLESv1()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 190 GL_ENTRY(void, glFogxOES, GLenum pname, GLfixed param)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 673 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param);
|