Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h161 {"glDrawTexsvOES", (void*)glDrawTexsvOES},
Dgl_client_context.h181 glDrawTexsvOES_client_proc_t glDrawTexsvOES; member
Dgl_client_context.cpp181 glDrawTexsvOES = (glDrawTexsvOES_client_proc_t) getProc("glDrawTexsvOES", userData); in initDispatchByName()
Dgl_entry.cpp176 void glDrawTexsvOES(const GLshort* coords);
1321 void glDrawTexsvOES(const GLshort* coords) in glDrawTexsvOES() function
1324 ctx->glDrawTexsvOES(ctx, coords); in glDrawTexsvOES()
Dgl_enc.cpp9098 this->glDrawTexsvOES = &glDrawTexsvOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_extensions.entries26 void glDrawTexsvOES(const GLshort *coords);
Dgles1_extensions_dispatch_logging_wrappers.impl110 DISPATCH_DEBUG_LOG("glDrawTexsvOES(coords:%p)", coords);
Dgles12tr_internal.entries89 void glDrawTexsvOES( const GLshort* coords);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_extensions_static_translator_namespaced_header.h29 GL_APICALL void GL_APIENTRY glDrawTexsvOES(const GLshort * coords);
Dgles1_extensions_functions.h29 X(void, glDrawTexsvOES, (const GLshort * coords), (coords)) \
Dgles12tr_internal.h91 X(void, glDrawTexsvOES, (const GLshort* coords), (coords)) \
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in187 API_ENTRY(glDrawTexsvOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in187 API_ENTRY(glDrawTexsvOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h185 glDrawTexsvOES_server_proc_t glDrawTexsvOES; member
Dgles1_server_context.cpp181 glDrawTexsvOES = (glDrawTexsvOES_server_proc_t) getProc("glDrawTexsvOES", userData); in initDispatchByName()
Dgles1_dec.cpp3482 this->glDrawTexsvOES((const GLshort*)(inptr_coords.get())); in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib372 #void glDrawTexsvOES(GLshort *coords)
373 glDrawTexsvOES
Dgles1.in176 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp157 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/
Dglext.h511 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h128 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h619 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);