Searched refs:glGetTexGenfvOES (Results 1 - 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h245 {"glGetTexGenfvOES", (void*)glGetTexGenfvOES},
H A Dgl_client_context.h265 glGetTexGenfvOES_client_proc_t glGetTexGenfvOES; member in struct:gl_client_context_t
H A Dgl_client_context.cpp265 glGetTexGenfvOES = (glGetTexGenfvOES_client_proc_t) getProc("glGetTexGenfvOES", userData);
H A Dgl_entry.cpp260 void glGetTexGenfvOES(GLenum coord, GLenum pname, GLfloat* params);
1827 void glGetTexGenfvOES(GLenum coord, GLenum pname, GLfloat* params) function
1830 ctx->glGetTexGenfvOES(ctx, coord, pname, params);
H A Dgl_enc.cpp8538 this->glGetTexGenfvOES = &glGetTexGenfvOES_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h252 {"glGetTexGenfvOES", (void *)glGetTexGenfvOES},
H A Dgles_dispatch.h255 glGetTexGenfvOES_t glGetTexGenfvOES; member in struct:gles_dispatch
527 glGetTexGenfvOES_t set_glGetTexGenfvOES(glGetTexGenfvOES_t f) { glGetTexGenfvOES_t retval = glGetTexGenfvOES; glGetTexGenfvOES = f; return retval;}
H A Dgles.cpp1216 void glGetTexGenfvOES(GLenum coord, GLenum pname, GLfloat *params) function
1218 getDispatch()->glGetTexGenfvOES(coord, pname, params);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dglext.h891 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);

Completed in 51 milliseconds