/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 160 {"glDrawTexxOES", (void*)glDrawTexxOES},
|
D | gl_client_context.h | 180 glDrawTexxOES_client_proc_t glDrawTexxOES; member
|
D | gl_client_context.cpp | 180 glDrawTexxOES = (glDrawTexxOES_client_proc_t) getProc("glDrawTexxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 175 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); 1315 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in glDrawTexxOES() function 1318 ctx->glDrawTexxOES(ctx, x, y, z, width, height); in glDrawTexxOES()
|
D | gl_enc.cpp | 9097 this->glDrawTexxOES = &glDrawTexxOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 25 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 105 DISPATCH_DEBUG_LOG("glDrawTexxOES(x:%d, y:%d, z:%d, width:%d, height:%d)", x, y, z, width, height);
|
D | gles12tr_internal.entries | 90 void glDrawTexxOES( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 28 GL_APICALL void GL_APIENTRY glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed h…
|
D | gles1_extensions_functions.h | 28 …X(void, glDrawTexxOES, (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height), (x, y, z,…
|
D | gles12tr_internal.h | 92 …X(void, glDrawTexxOES, (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height), (x, y, z,…
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 183 API_ENTRY(glDrawTexxOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 183 API_ENTRY(glDrawTexxOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 184 glDrawTexxOES_server_proc_t glDrawTexxOES; member
|
D | gles1_server_context.cpp | 180 glDrawTexxOES = (glDrawTexxOES_server_proc_t) getProc("glDrawTexxOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3464 this->glDrawTexxOES(var_x, var_y, var_z, var_width, var_height); in decode()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 156 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig… 311 …glDrawTexxOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glDrawTexxOES); in getProcAddressGles1() 2937 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig… in glDrawTexxOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 510 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 175 GL_ENTRY(void, glDrawTexxOES, GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 127 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 618 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
|