/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_extensions.entries | 10 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height);
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 169 {"glDrawTexiOES", (void *)glDrawTexiOES},
|
D | gles_dispatch.h | 172 glDrawTexiOES_t glDrawTexiOES; member 444 …t_glDrawTexiOES(glDrawTexiOES_t f) { glDrawTexiOES_t retval = glDrawTexiOES; glDrawTexiOES = f; re… in set_glDrawTexiOES()
|
D | gles.cpp | 801 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) in glDrawTexiOES() function 803 getDispatch()->glDrawTexiOES(x, y, z, width, height); in glDrawTexiOES()
|
/device/generic/goldfish-opengl/system/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 | 8538 this->glDrawTexiOES = &glDrawTexiOES_enc; in gl_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 84 glDrawTexiOES;
|
D | gles1_wrapper_context.h | 179 glDrawTexiOES_wrapper_proc_t glDrawTexiOES; member
|
D | gles1_wrapper_context.cpp | 179 glDrawTexiOES = (glDrawTexiOES_wrapper_proc_t) getProc("glDrawTexiOES", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 174 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height); 1303 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) in glDrawTexiOES() function 1306 ctx->glDrawTexiOES( x, y, z, width, height); in glDrawTexiOES()
|
D | gles1.in | 174 GL_ENTRY(void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height)
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 175 API_ENTRY(glDrawTexiOES,
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 174 GL_ENTRY(void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 613 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
|