/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 245 {"glGetTexGenfvOES", (void*)glGetTexGenfvOES},
|
D | gl_client_context.h | 265 glGetTexGenfvOES_client_proc_t glGetTexGenfvOES; member
|
D | gl_client_context.cpp | 265 glGetTexGenfvOES = (glGetTexGenfvOES_client_proc_t) getProc("glGetTexGenfvOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 260 void glGetTexGenfvOES(GLenum coord, GLenum pname, GLfloat* params); 1829 void glGetTexGenfvOES(GLenum coord, GLenum pname, GLfloat* params) in glGetTexGenfvOES() function 1832 ctx->glGetTexGenfvOES(ctx, coord, pname, params); in glGetTexGenfvOES()
|
D | gl_enc.cpp | 9182 this->glGetTexGenfvOES = &glGetTexGenfvOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 56 void glGetTexGenfvOES(GLenum coord, GLenum pname, GLfloat *params);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 260 DISPATCH_DEBUG_LOG("glGetTexGenfvOES(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 59 GL_APICALL void GL_APIENTRY glGetTexGenfvOES(GLenum coord, GLenum pname, GLfloat * params);
|
D | gles1_extensions_functions.h | 59 …X(void, glGetTexGenfvOES, (GLenum coord, GLenum pname, GLfloat * params), (coord, pname, params)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 96 API_ENTRY(glGetTexGenfvOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 96 API_ENTRY(glGetTexGenfvOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 273 glGetTexGenfvOES_server_proc_t glGetTexGenfvOES; member
|
D | gles1_server_context.cpp | 265 glGetTexGenfvOES = (glGetTexGenfvOES_server_proc_t) getProc("glGetTexGenfvOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 5216 this->glGetTexGenfvOES(var_coord, var_pname, (GLfloat*)(inptr_params.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 568 #void glGetTexGenfvOES(GLenum coord, GLenum pname, GLfloat *params) 569 glGetTexGenfvOES
|
D | gles1.in | 260 GL_ENTRY(void, glGetTexGenfvOES, GLenum coord, GLenum pname, GLfloat *params)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 150 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params); 288 …exGenfvOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glGetTexGenfvOES); in getProcAddressGles1() 2888 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params) { in glGetTexGenfvOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 782 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 463 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 895 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
|