Searched refs:glDrawTexxvOES (Results 1 – 22 of 22) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 163 {"glDrawTexxvOES", (void*)glDrawTexxvOES},
|
D | gl_client_context.h | 183 glDrawTexxvOES_client_proc_t glDrawTexxvOES; member
|
D | gl_client_context.cpp | 183 glDrawTexxvOES = (glDrawTexxvOES_client_proc_t) getProc("glDrawTexxvOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 178 void glDrawTexxvOES(const GLfixed* coords); 1333 void glDrawTexxvOES(const GLfixed* coords) in glDrawTexxvOES() function 1336 ctx->glDrawTexxvOES(ctx, coords); in glDrawTexxvOES()
|
D | gl_enc.cpp | 9100 this->glDrawTexxvOES = &glDrawTexxvOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 28 void glDrawTexxvOES(const GLfixed *coords);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 120 DISPATCH_DEBUG_LOG("glDrawTexxvOES(coords:%p)", coords);
|
D | gles12tr_internal.entries | 91 void glDrawTexxvOES( const GLfixed* coords);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 31 GL_APICALL void GL_APIENTRY glDrawTexxvOES(const GLfixed * coords);
|
D | gles1_extensions_functions.h | 31 X(void, glDrawTexxvOES, (const GLfixed * coords), (coords)) \
|
D | gles12tr_internal.h | 93 X(void, glDrawTexxvOES, (const GLfixed* coords), (coords)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 199 API_ENTRY(glDrawTexxvOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 199 API_ENTRY(glDrawTexxvOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 187 glDrawTexxvOES_server_proc_t glDrawTexxvOES; member
|
D | gles1_server_context.cpp | 183 glDrawTexxvOES = (glDrawTexxvOES_server_proc_t) getProc("glDrawTexxvOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3518 this->glDrawTexxvOES((const GLfixed*)(inptr_coords.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 380 #void glDrawTexxvOES(GLfixed *coords) 381 glDrawTexxvOES
|
D | gles1.in | 178 GL_ENTRY(void, glDrawTexxvOES, const GLfixed *coords)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 161 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/ |
D | glext.h | 513 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 130 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 621 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
|