Searched refs:glDrawTexfvOES (Results 1 – 22 of 22) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 165 {"glDrawTexfvOES", (void*)glDrawTexfvOES},
|
D | gl_client_context.h | 185 glDrawTexfvOES_client_proc_t glDrawTexfvOES; member
|
D | gl_client_context.cpp | 185 glDrawTexfvOES = (glDrawTexfvOES_client_proc_t) getProc("glDrawTexfvOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 180 void glDrawTexfvOES(const GLfloat* coords); 1345 void glDrawTexfvOES(const GLfloat* coords) in glDrawTexfvOES() function 1348 ctx->glDrawTexfvOES(ctx, coords); in glDrawTexfvOES()
|
D | gl_enc.cpp | 9102 this->glDrawTexfvOES = &glDrawTexfvOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 30 void glDrawTexfvOES(const GLfloat *coords);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 130 DISPATCH_DEBUG_LOG("glDrawTexfvOES(coords:%p)", coords);
|
D | gles12tr_internal.entries | 85 void glDrawTexfvOES( const GLfloat* coords);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 33 GL_APICALL void GL_APIENTRY glDrawTexfvOES(const GLfloat * coords);
|
D | gles1_extensions_functions.h | 33 X(void, glDrawTexfvOES, (const GLfloat * coords), (coords)) \
|
D | gles12tr_internal.h | 87 X(void, glDrawTexfvOES, (const GLfloat* coords), (coords)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 195 API_ENTRY(glDrawTexfvOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 195 API_ENTRY(glDrawTexfvOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 189 glDrawTexfvOES_server_proc_t glDrawTexfvOES; member
|
D | gles1_server_context.cpp | 185 glDrawTexfvOES = (glDrawTexfvOES_server_proc_t) getProc("glDrawTexfvOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3557 this->glDrawTexfvOES((const GLfloat*)(inptr_coords.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 384 #void glDrawTexfvOES(GLfloat *coords) 385 glDrawTexfvOES
|
D | gles1.in | 180 GL_ENTRY(void, glDrawTexfvOES, const GLfloat *coords)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 159 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat * coords); 160 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat * coords); 314 …DrawTexfvOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glDrawTexfvOES); in getProcAddressGles1() 2955 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat * coords) { in glDrawTexfvOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 515 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 132 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 623 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
|