Home
last modified time | relevance | path

Searched refs:glFogxvOES (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h185 {"glFogxvOES", (void *)glFogxvOES},
Dgles_dispatch.h188 glFogxvOES_t glFogxvOES; member
460 …glFogxvOES_t set_glFogxvOES(glFogxvOES_t f) { glFogxvOES_t retval = glFogxvOES; glFogxvOES = f; re… in set_glFogxvOES()
Dgles.cpp881 void glFogxvOES(GLenum pname, const GLfixed *params) in glFogxvOES() function
883 getDispatch()->glFogxvOES(pname, params); in glFogxvOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h176 {"glFogxvOES", (void*)glFogxvOES},
Dgl_client_context.h196 glFogxvOES_client_proc_t glFogxvOES; member
Dgl_client_context.cpp196 glFogxvOES = (glFogxvOES_client_proc_t) getProc("glFogxvOES", userData); in initDispatchByName()
Dgl_entry.cpp191 void glFogxvOES(GLenum pname, const GLfixed* params);
1409 void glFogxvOES(GLenum pname, const GLfixed* params) in glFogxvOES() function
1412 ctx->glFogxvOES(ctx, pname, params); in glFogxvOES()
Dgl_enc.cpp8469 this->glFogxvOES = &glFogxvOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h674 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *params);