Searched refs:glFogxOES (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/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 | 9112 this->glFogxOES = &glFogxOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 199 glFogxOES_server_proc_t glFogxOES; member
|
D | gles1_server_context.cpp | 195 glFogxOES = (glFogxOES_server_proc_t) getProc("glFogxOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3742 this->glFogxOES(var_pname, var_param); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 569 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 102 void glFogxOES( GLenum pname, GLfixed param);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 190 GL_ENTRY(void, glFogxOES, GLenum pname, GLfixed param)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 201 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 677 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 104 X(void, glFogxOES, (GLenum pname, GLfixed param), (pname, param)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5221 GLAPI void APIENTRY glFogxOES (GLenum pname, GLfixed param);
|