/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_extensions.entries | 9 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 168 {"glDrawTexsOES", (void *)glDrawTexsOES},
|
D | gles_dispatch.h | 171 glDrawTexsOES_t glDrawTexsOES; member 443 …t_glDrawTexsOES(glDrawTexsOES_t f) { glDrawTexsOES_t retval = glDrawTexsOES; glDrawTexsOES = f; re… in set_glDrawTexsOES()
|
D | gles.cpp | 796 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES() function 798 getDispatch()->glDrawTexsOES(x, y, z, width, height); in glDrawTexsOES()
|
/device/generic/goldfish-opengl/system/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 | 8537 this->glDrawTexsOES = &glDrawTexsOES_enc; in gl_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 86 glDrawTexsOES;
|
D | gles1_wrapper_context.h | 178 glDrawTexsOES_wrapper_proc_t glDrawTexsOES; member
|
D | gles1_wrapper_context.cpp | 178 glDrawTexsOES = (glDrawTexsOES_wrapper_proc_t) getProc("glDrawTexsOES", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 173 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 1297 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES() function 1300 ctx->glDrawTexsOES( x, y, z, width, height); in glDrawTexsOES()
|
D | gles1.in | 173 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 171 API_ENTRY(glDrawTexsOES,
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 173 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 612 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
|