/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 159 {"glDrawTexiOES", (void*)glDrawTexiOES},
|
D | gl_client_context.h | 179 glDrawTexiOES_client_proc_t glDrawTexiOES; member
|
D | gl_client_context.cpp | 179 glDrawTexiOES = (glDrawTexiOES_client_proc_t) getProc("glDrawTexiOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 174 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height); 1309 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) in glDrawTexiOES() function 1312 ctx->glDrawTexiOES(ctx, x, y, z, width, height); in glDrawTexiOES()
|
D | gl_enc.cpp | 9096 this->glDrawTexiOES = &glDrawTexiOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 24 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 100 DISPATCH_DEBUG_LOG("glDrawTexiOES(x:%d, y:%d, z:%d, width:%d, height:%d)", x, y, z, width, height);
|
D | gles12tr_internal.entries | 86 void glDrawTexiOES( GLint x, GLint y, GLint z, GLint width, GLint height);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 27 GL_APICALL void GL_APIENTRY glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height);
|
D | gles1_extensions_functions.h | 27 …X(void, glDrawTexiOES, (GLint x, GLint y, GLint z, GLint width, GLint height), (x, y, z, width, he…
|
D | gles12tr_internal.h | 88 …X(void, glDrawTexiOES, (GLint x, GLint y, GLint z, GLint width, GLint height), (x, y, z, width, he…
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 175 API_ENTRY(glDrawTexiOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 175 API_ENTRY(glDrawTexiOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 183 glDrawTexiOES_server_proc_t glDrawTexiOES; member
|
D | gles1_server_context.cpp | 179 glDrawTexiOES = (glDrawTexiOES_server_proc_t) getProc("glDrawTexiOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3443 this->glDrawTexiOES(var_x, var_y, var_z, var_width, var_height); in decode()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 154 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height); 309 …glDrawTexiOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glDrawTexiOES); in getProcAddressGles1() 2925 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height) { in glDrawTexiOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 509 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 174 GL_ENTRY(void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 126 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 617 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
|