Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/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.cpp9096 this->glDrawTexiOES = &glDrawTexiOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_extensions.entries24 void glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height);
Dgles1_extensions_dispatch_logging_wrappers.impl100 DISPATCH_DEBUG_LOG("glDrawTexiOES(x:%d, y:%d, z:%d, width:%d, height:%d)", x, y, z, width, height);
Dgles12tr_internal.entries86 void glDrawTexiOES( GLint x, GLint y, GLint z, GLint width, GLint height);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_extensions_static_translator_namespaced_header.h27 GL_APICALL void GL_APIENTRY glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height);
Dgles1_extensions_functions.h27 …X(void, glDrawTexiOES, (GLint x, GLint y, GLint z, GLint width, GLint height), (x, y, z, width, he…
Dgles12tr_internal.h88 …X(void, glDrawTexiOES, (GLint x, GLint y, GLint z, GLint width, GLint height), (x, y, z, width, he…
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in175 API_ENTRY(glDrawTexiOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in175 API_ENTRY(glDrawTexiOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h183 glDrawTexiOES_server_proc_t glDrawTexiOES; member
Dgles1_server_context.cpp179 glDrawTexiOES = (glDrawTexiOES_server_proc_t) getProc("glDrawTexiOES", userData); in initDispatchByName()
Dgles1_dec.cpp3443 this->glDrawTexiOES(var_x, var_y, var_z, var_width, var_height); in decode()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp154 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
309 …glDrawTexiOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glDrawTexiOES); in getProcAddressGles1()
2925 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height) { in glDrawTexiOES() function
/hardware/google/gfxstream/include/GLES/
Dglext.h509 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in174 GL_ENTRY(void, glDrawTexiOES, GLint x, GLint y, GLint z, GLint width, GLint height)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h126 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h617 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);