Searched refs:glDrawTexsvOES (Results 1 – 22 of 22) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 161 {"glDrawTexsvOES", (void*)glDrawTexsvOES},
|
D | gl_client_context.h | 181 glDrawTexsvOES_client_proc_t glDrawTexsvOES; member
|
D | gl_client_context.cpp | 181 glDrawTexsvOES = (glDrawTexsvOES_client_proc_t) getProc("glDrawTexsvOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 176 void glDrawTexsvOES(const GLshort* coords); 1321 void glDrawTexsvOES(const GLshort* coords) in glDrawTexsvOES() function 1324 ctx->glDrawTexsvOES(ctx, coords); in glDrawTexsvOES()
|
D | gl_enc.cpp | 9098 this->glDrawTexsvOES = &glDrawTexsvOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_extensions.entries | 26 void glDrawTexsvOES(const GLshort *coords);
|
D | gles1_extensions_dispatch_logging_wrappers.impl | 110 DISPATCH_DEBUG_LOG("glDrawTexsvOES(coords:%p)", coords);
|
D | gles12tr_internal.entries | 89 void glDrawTexsvOES( const GLshort* coords);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_extensions_static_translator_namespaced_header.h | 29 GL_APICALL void GL_APIENTRY glDrawTexsvOES(const GLshort * coords);
|
D | gles1_extensions_functions.h | 29 X(void, glDrawTexsvOES, (const GLshort * coords), (coords)) \
|
D | gles12tr_internal.h | 91 X(void, glDrawTexsvOES, (const GLshort* coords), (coords)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 187 API_ENTRY(glDrawTexsvOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 187 API_ENTRY(glDrawTexsvOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 185 glDrawTexsvOES_server_proc_t glDrawTexsvOES; member
|
D | gles1_server_context.cpp | 181 glDrawTexsvOES = (glDrawTexsvOES_server_proc_t) getProc("glDrawTexsvOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3482 this->glDrawTexsvOES((const GLshort*)(inptr_coords.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 372 #void glDrawTexsvOES(GLshort *coords) 373 glDrawTexsvOES
|
D | gles1.in | 176 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 157 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort * coords); 312 …DrawTexsvOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glDrawTexsvOES); in getProcAddressGles1() 2943 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort * coords) { in glDrawTexsvOES() function
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 511 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 128 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 619 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
|