/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 158 {"glDrawTexsOES", (void*)glDrawTexsOES},
|
D | gl_client_context.h | 178 glDrawTexsOES_client_proc_t glDrawTexsOES; member
|
D | gl_client_context.cpp | 178 glDrawTexsOES = (glDrawTexsOES_client_proc_t) getProc("glDrawTexsOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 173 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 1303 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES() function 1306 ctx->glDrawTexsOES(ctx, x, y, z, width, height); in glDrawTexsOES()
|
D | gl_enc.cpp | 9095 this->glDrawTexsOES = &glDrawTexsOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 23 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 95 DISPATCH_DEBUG_LOG("glDrawTexsOES(x:%d, y:%d, z:%d, width:%d, height:%d)", x, y, z, width, height);
|
D | gles12tr_internal.entries | 88 void glDrawTexsOES( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 26 GL_APICALL void GL_APIENTRY glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort h…
|
D | gles1_extensions_functions.h | 26 …X(void, glDrawTexsOES, (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height), (x, y, z,…
|
D | gles12tr_internal.h | 90 …X(void, glDrawTexsOES, (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height), (x, y, z,…
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 171 API_ENTRY(glDrawTexsOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 171 API_ENTRY(glDrawTexsOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 182 glDrawTexsOES_server_proc_t glDrawTexsOES; member
|
D | gles1_server_context.cpp | 178 glDrawTexsOES = (glDrawTexsOES_server_proc_t) getProc("glDrawTexsOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3422 this->glDrawTexsOES(var_x, var_y, var_z, var_width, var_height); in decode()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 153 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig… 308 …glDrawTexsOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glDrawTexsOES); in getProcAddressGles1() 2919 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig… in glDrawTexsOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 508 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 173 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 125 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 616 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
|