Home
last modified time | relevance | path

Searched refs:glTexGenfvOES (Results 1 – 12 of 12) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp220 static void glTexGenfvOES(GLenum, GLenum, const GLfloat*) { in glTexGenfvOES() function
440 glTexGenfvOES = ::glTexGenfvOES; in GLESv1()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h247 {"glTexGenfvOES", (void *)glTexGenfvOES},
Dgles_dispatch.h250 glTexGenfvOES_t glTexGenfvOES; member
522 …t_glTexGenfvOES(glTexGenfvOES_t f) { glTexGenfvOES_t retval = glTexGenfvOES; glTexGenfvOES = f; re… in set_glTexGenfvOES()
Dgles.cpp1191 void glTexGenfvOES(GLenum coord, GLenum pname, const GLfloat *params) in glTexGenfvOES() function
1193 getDispatch()->glTexGenfvOES(coord, pname, params); in glTexGenfvOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h240 {"glTexGenfvOES", (void*)glTexGenfvOES},
Dgl_client_context.h260 glTexGenfvOES_client_proc_t glTexGenfvOES; member
Dgl_client_context.cpp260 glTexGenfvOES = (glTexGenfvOES_client_proc_t) getProc("glTexGenfvOES", userData); in initDispatchByName()
Dgl_entry.cpp255 void glTexGenfvOES(GLenum coord, GLenum pname, const GLfloat* params);
1799 void glTexGenfvOES(GLenum coord, GLenum pname, const GLfloat* params) in glTexGenfvOES() function
1802 ctx->glTexGenfvOES(ctx, coord, pname, params); in glTexGenfvOES()
Dgl_enc.cpp8619 this->glTexGenfvOES = &glTexGenfvOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in76 API_ENTRY(glTexGenfvOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in255 GL_ENTRY(void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat *params)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h886 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);