/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 164 {"glDrawTexfOES", (void*)glDrawTexfOES},
|
D | gl_client_context.h | 184 glDrawTexfOES_client_proc_t glDrawTexfOES; member
|
D | gl_client_context.cpp | 184 glDrawTexfOES = (glDrawTexfOES_client_proc_t) getProc("glDrawTexfOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 179 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); 1339 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in glDrawTexfOES() function 1342 ctx->glDrawTexfOES(ctx, x, y, z, width, height); in glDrawTexfOES()
|
D | gl_enc.cpp | 9101 this->glDrawTexfOES = &glDrawTexfOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 29 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 125 DISPATCH_DEBUG_LOG("glDrawTexfOES(x:%f, y:%f, z:%f, width:%f, height:%f)", x, y, z, width, height);
|
D | gles12tr_internal.entries | 84 void glDrawTexfOES( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 32 GL_APICALL void GL_APIENTRY glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat h…
|
D | gles1_extensions_functions.h | 32 …X(void, glDrawTexfOES, (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height), (x, y, z,…
|
D | gles12tr_internal.h | 86 …X(void, glDrawTexfOES, (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height), (x, y, z,…
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 179 API_ENTRY(glDrawTexfOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 179 API_ENTRY(glDrawTexfOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 188 glDrawTexfOES_server_proc_t glDrawTexfOES; member
|
D | gles1_server_context.cpp | 184 glDrawTexfOES = (glDrawTexfOES_server_proc_t) getProc("glDrawTexfOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3539 this->glDrawTexfOES(var_x, var_y, var_z, var_width, var_height); in decode()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 155 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig… 310 …glDrawTexfOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glDrawTexfOES); in getProcAddressGles1() 2931 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig… in glDrawTexfOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 514 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 179 GL_ENTRY(void, glDrawTexfOES, GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 131 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 622 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
|