Searched refs:glFogxOES (Results 1 - 7 of 7) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_ftable.h175 {"glFogxOES", (void*)glFogxOES},
H A Dgl_client_context.h193 glFogxOES_client_proc_t glFogxOES; member in struct:gl_client_context_t
485 virtual glFogxOES_client_proc_t set_glFogxOES(glFogxOES_client_proc_t f) { glFogxOES_client_proc_t retval = glFogxOES; glFogxOES = f; return retval;}
H A Dgl_entry.cpp191 void glFogxOES(GLenum pname, GLfixed param);
1405 void glFogxOES(GLenum pname, GLfixed param) function
1408 ctx->glFogxOES(ctx, pname, param);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h184 {"glFogxOES", (void *)glFogxOES},
H A Dgles_dispatch.h187 glFogxOES_t glFogxOES; member in struct:gles_dispatch
459 glFogxOES_t set_glFogxOES(glFogxOES_t f) { glFogxOES_t retval = glFogxOES; glFogxOES = f; return retval;}
H A Dgles.cpp876 void glFogxOES(GLenum pname, GLfixed param) function
878 getDispatch()->glFogxOES(pname, param);
/development/ndk/platforms/android-4/include/GLES/
H A Dglext.h535 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param);

Completed in 30 milliseconds