Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_extensions.entries10 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h169 {"glDrawTexiOES", (void *)glDrawTexiOES},
Dgles_dispatch.h172 glDrawTexiOES_t glDrawTexiOES; member
444 …t_glDrawTexiOES(glDrawTexiOES_t f) { glDrawTexiOES_t retval = glDrawTexiOES; glDrawTexiOES = f; re… in set_glDrawTexiOES()
Dgles.cpp801 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/
Dgl_ftable.h159 {"glDrawTexiOES", (void*)glDrawTexiOES},
Dgl_client_context.h179 glDrawTexiOES_client_proc_t glDrawTexiOES; member
Dgl_client_context.cpp179 glDrawTexiOES = (glDrawTexiOES_client_proc_t) getProc("glDrawTexiOES", userData); in initDispatchByName()
Dgl_entry.cpp174 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()
Dgl_enc.cpp8538 this->glDrawTexiOES = &glDrawTexiOES_enc; in gl_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1.lds84 glDrawTexiOES;
Dgles1_wrapper_context.h179 glDrawTexiOES_wrapper_proc_t glDrawTexiOES; member
Dgles1_wrapper_context.cpp179 glDrawTexiOES = (glDrawTexiOES_wrapper_proc_t) getProc("glDrawTexiOES", userData); in initDispatchByName()
Dgles1_wrapper_entry.cpp174 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()
Dgles1.in174 GL_ENTRY(void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height)
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in175 API_ENTRY(glDrawTexiOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in174 GL_ENTRY(void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h613 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);