Home
last modified time | relevance | path

Searched refs:glDrawTexsOES (Results 1 – 17 of 17) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_extensions.entries9 void glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h168 {"glDrawTexsOES", (void *)glDrawTexsOES},
Dgles_dispatch.h171 glDrawTexsOES_t glDrawTexsOES; member
443 …t_glDrawTexsOES(glDrawTexsOES_t f) { glDrawTexsOES_t retval = glDrawTexsOES; glDrawTexsOES = f; re… in set_glDrawTexsOES()
Dgles.cpp796 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/
Dgl_ftable.h158 {"glDrawTexsOES", (void*)glDrawTexsOES},
Dgl_client_context.h178 glDrawTexsOES_client_proc_t glDrawTexsOES; member
Dgl_client_context.cpp178 glDrawTexsOES = (glDrawTexsOES_client_proc_t) getProc("glDrawTexsOES", userData); in initDispatchByName()
Dgl_entry.cpp173 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()
Dgl_enc.cpp8537 this->glDrawTexsOES = &glDrawTexsOES_enc; in gl_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1.lds86 glDrawTexsOES;
Dgles1_wrapper_context.h178 glDrawTexsOES_wrapper_proc_t glDrawTexsOES; member
Dgles1_wrapper_context.cpp178 glDrawTexsOES = (glDrawTexsOES_wrapper_proc_t) getProc("glDrawTexsOES", userData); in initDispatchByName()
Dgles1_wrapper_entry.cpp173 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()
Dgles1.in173 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in171 API_ENTRY(glDrawTexsOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in173 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h612 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…