Home
last modified time | relevance | path

Searched refs:glTexGenxOES (Results 1 – 22 of 22) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h243 {"glTexGenxOES", (void*)glTexGenxOES},
Dgl_client_context.h263 glTexGenxOES_client_proc_t glTexGenxOES; member
Dgl_client_context.cpp263 glTexGenxOES = (glTexGenxOES_client_proc_t) getProc("glTexGenxOES", userData); in initDispatchByName()
Dgl_entry.cpp258 void glTexGenxOES(GLenum coord, GLenum pname, GLfixed param);
1817 void glTexGenxOES(GLenum coord, GLenum pname, GLfixed param) in glTexGenxOES() function
1820 ctx->glTexGenxOES(ctx, coord, pname, param); in glTexGenxOES()
Dgl_enc.cpp9180 this->glTexGenxOES = &glTexGenxOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_extensions.entries54 void glTexGenxOES(GLenum coord, GLenum pname, GLfixed param);
Dgles1_extensions_dispatch_logging_wrappers.impl250 DISPATCH_DEBUG_LOG("glTexGenxOES(coord:0x%X, pname:0x%X, param:%d)", coord, pname, param);
Dgles12tr_internal.entries276 void glTexGenxOES( GLenum coord, GLenum pname, GLfixed param);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_extensions_static_translator_namespaced_header.h57 GL_APICALL void GL_APIENTRY glTexGenxOES(GLenum coord, GLenum pname, GLfixed param);
Dgles1_extensions_functions.h57 X(void, glTexGenxOES, (GLenum coord, GLenum pname, GLfixed param), (coord, pname, param)) \
Dgles12tr_internal.h278 X(void, glTexGenxOES, (GLenum coord, GLenum pname, GLfixed param), (coord, pname, param)) \
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in88 API_ENTRY(glTexGenxOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in88 API_ENTRY(glTexGenxOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h271 glTexGenxOES_server_proc_t glTexGenxOES; member
Dgles1_server_context.cpp263 glTexGenxOES = (glTexGenxOES_server_proc_t) getProc("glTexGenxOES", userData); in initDispatchByName()
Dgles1_dec.cpp5176 this->glTexGenxOES(var_coord, var_pname, var_param); in decode()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp148 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
286 …["glTexGenxOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glTexGenxOES); in getProcAddressGles1()
2873 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param) { in glTexGenxOES() function
/hardware/google/gfxstream/include/GLES/
Dglext.h780 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in258 GL_ENTRY(void, glTexGenxOES, GLenum coord, GLenum pname, GLfixed param)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h235 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h893 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5310 GLAPI void APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);