Home
last modified time | relevance | path

Searched refs:glDrawTexxvOES (Results 1 – 22 of 22) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h163 {"glDrawTexxvOES", (void*)glDrawTexxvOES},
Dgl_client_context.h183 glDrawTexxvOES_client_proc_t glDrawTexxvOES; member
Dgl_client_context.cpp183 glDrawTexxvOES = (glDrawTexxvOES_client_proc_t) getProc("glDrawTexxvOES", userData); in initDispatchByName()
Dgl_entry.cpp178 void glDrawTexxvOES(const GLfixed* coords);
1333 void glDrawTexxvOES(const GLfixed* coords) in glDrawTexxvOES() function
1336 ctx->glDrawTexxvOES(ctx, coords); in glDrawTexxvOES()
Dgl_enc.cpp9100 this->glDrawTexxvOES = &glDrawTexxvOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_extensions.entries28 void glDrawTexxvOES(const GLfixed *coords);
Dgles1_extensions_dispatch_logging_wrappers.impl120 DISPATCH_DEBUG_LOG("glDrawTexxvOES(coords:%p)", coords);
Dgles12tr_internal.entries91 void glDrawTexxvOES( const GLfixed* coords);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_extensions_static_translator_namespaced_header.h31 GL_APICALL void GL_APIENTRY glDrawTexxvOES(const GLfixed * coords);
Dgles1_extensions_functions.h31 X(void, glDrawTexxvOES, (const GLfixed * coords), (coords)) \
Dgles12tr_internal.h93 X(void, glDrawTexxvOES, (const GLfixed* coords), (coords)) \
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in199 API_ENTRY(glDrawTexxvOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in199 API_ENTRY(glDrawTexxvOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h187 glDrawTexxvOES_server_proc_t glDrawTexxvOES; member
Dgles1_server_context.cpp183 glDrawTexxvOES = (glDrawTexxvOES_server_proc_t) getProc("glDrawTexxvOES", userData); in initDispatchByName()
Dgles1_dec.cpp3518 this->glDrawTexxvOES((const GLfixed*)(inptr_coords.get())); in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib380 #void glDrawTexxvOES(GLfixed *coords)
381 glDrawTexxvOES
Dgles1.in178 GL_ENTRY(void, glDrawTexxvOES, const GLfixed *coords)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp161 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed * coords);
315 …DrawTexxvOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glDrawTexxvOES); in getProcAddressGles1()
2961 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed * coords) { in glDrawTexxvOES() function
/hardware/google/gfxstream/include/GLES/
Dglext.h513 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h130 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h621 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);