/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 244 {"glTexGenxvOES", (void*)glTexGenxvOES},
|
D | gl_client_context.h | 264 glTexGenxvOES_client_proc_t glTexGenxvOES; member
|
D | gl_client_context.cpp | 264 glTexGenxvOES = (glTexGenxvOES_client_proc_t) getProc("glTexGenxvOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 259 void glTexGenxvOES(GLenum coord, GLenum pname, const GLfixed* params); 1823 void glTexGenxvOES(GLenum coord, GLenum pname, const GLfixed* params) in glTexGenxvOES() function 1826 ctx->glTexGenxvOES(ctx, coord, pname, params); in glTexGenxvOES()
|
D | gl_enc.cpp | 9181 this->glTexGenxvOES = &glTexGenxvOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 55 void glTexGenxvOES(GLenum coord, GLenum pname, const GLfixed *params);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 255 DISPATCH_DEBUG_LOG("glTexGenxvOES(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params);
|
D | gles12tr_internal.entries | 277 void glTexGenxvOES( GLenum coord, GLenum pname, const GLfixed* params);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 58 GL_APICALL void GL_APIENTRY glTexGenxvOES(GLenum coord, GLenum pname, const GLfixed * params);
|
D | gles1_extensions_functions.h | 58 …X(void, glTexGenxvOES, (GLenum coord, GLenum pname, const GLfixed * params), (coord, pname, params…
|
D | gles12tr_internal.h | 279 …X(void, glTexGenxvOES, (GLenum coord, GLenum pname, const GLfixed* params), (coord, pname, params)…
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 92 API_ENTRY(glTexGenxvOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 92 API_ENTRY(glTexGenxvOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 272 glTexGenxvOES_server_proc_t glTexGenxvOES; member
|
D | gles1_server_context.cpp | 264 glTexGenxvOES = (glTexGenxvOES_server_proc_t) getProc("glTexGenxvOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 5196 this->glTexGenxvOES(var_coord, var_pname, (const GLfixed*)(inptr_params.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 564 #void glTexGenxvOES(GLenum coord, GLenum pname, GLfixed *params) 565 glTexGenxvOES
|
D | gles1.in | 259 GL_ENTRY(void, glTexGenxvOES, GLenum coord, GLenum pname, const GLfixed *params)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 149 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params); 287 …glTexGenxvOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glTexGenxvOES); in getProcAddressGles1() 2879 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params) { in glTexGenxvOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 781 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 236 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 894 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5311 GLAPI void APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
|