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

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_ftable.h243 {"glTexGenxOES", (void*)glTexGenxOES},
H A Dgl_client_context.h261 glTexGenxOES_client_proc_t glTexGenxOES; member in struct:gl_client_context_t
553 virtual glTexGenxOES_client_proc_t set_glTexGenxOES(glTexGenxOES_client_proc_t f) { glTexGenxOES_client_proc_t retval = glTexGenxOES; glTexGenxOES = f; return retval;}
H A Dgl_entry.cpp259 void glTexGenxOES(GLenum coord, GLenum pname, GLfixed param);
1817 void glTexGenxOES(GLenum coord, GLenum pname, GLfixed param) function
1820 ctx->glTexGenxOES(ctx, coord, pname, param);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h250 {"glTexGenxOES", (void *)glTexGenxOES},
H A Dgles_dispatch.h253 glTexGenxOES_t glTexGenxOES; member in struct:gles_dispatch
525 glTexGenxOES_t set_glTexGenxOES(glTexGenxOES_t f) { glTexGenxOES_t retval = glTexGenxOES; glTexGenxOES = f; return retval;}
H A Dgles.cpp1206 void glTexGenxOES(GLenum coord, GLenum pname, GLfixed param) function
1208 getDispatch()->glTexGenxOES(coord, pname, param);
/development/ndk/platforms/android-4/include/GLES/
H A Dglext.h746 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);

Completed in 46 milliseconds