/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 240 {"glTexGenfvOES", (void*)glTexGenfvOES},
|
D | gl_client_context.h | 260 glTexGenfvOES_client_proc_t glTexGenfvOES; member
|
D | gl_client_context.cpp | 260 glTexGenfvOES = (glTexGenfvOES_client_proc_t) getProc("glTexGenfvOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 255 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()
|
D | gl_enc.cpp | 9177 this->glTexGenfvOES = &glTexGenfvOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 51 void glTexGenfvOES(GLenum coord, GLenum pname, const GLfloat *params);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 235 DISPATCH_DEBUG_LOG("glTexGenfvOES(coord:0x%X, pname:0x%X, params:%p)", coord, pname, params);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 54 GL_APICALL void GL_APIENTRY glTexGenfvOES(GLenum coord, GLenum pname, const GLfloat * params);
|
D | gles1_extensions_functions.h | 54 …X(void, glTexGenfvOES, (GLenum coord, GLenum pname, const GLfloat * params), (coord, pname, params…
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 76 API_ENTRY(glTexGenfvOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 76 API_ENTRY(glTexGenfvOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 268 glTexGenfvOES_server_proc_t glTexGenfvOES; member
|
D | gles1_server_context.cpp | 260 glTexGenfvOES = (glTexGenfvOES_server_proc_t) getProc("glTexGenfvOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 5118 this->glTexGenfvOES(var_coord, var_pname, (const GLfloat*)(inptr_params.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 556 #void glTexGenfvOES(GLenum coord, GLenum pname, GLfloat *params) 557 glTexGenfvOES
|
D | gles1.in | 255 GL_ENTRY(void, glTexGenfvOES, GLenum coord, GLenum pname, const GLfloat *params)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 145 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params); 283 …glTexGenfvOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glTexGenfvOES); in getProcAddressGles1() 2849 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params) { in glTexGenfvOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 777 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 460 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 890 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
|