Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h165 {"glDrawTexfvOES", (void*)glDrawTexfvOES},
Dgl_client_context.h185 glDrawTexfvOES_client_proc_t glDrawTexfvOES; member
Dgl_client_context.cpp185 glDrawTexfvOES = (glDrawTexfvOES_client_proc_t) getProc("glDrawTexfvOES", userData); in initDispatchByName()
Dgl_entry.cpp180 void glDrawTexfvOES(const GLfloat* coords);
1345 void glDrawTexfvOES(const GLfloat* coords) in glDrawTexfvOES() function
1348 ctx->glDrawTexfvOES(ctx, coords); in glDrawTexfvOES()
Dgl_enc.cpp9102 this->glDrawTexfvOES = &glDrawTexfvOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_extensions.entries30 void glDrawTexfvOES(const GLfloat *coords);
Dgles1_extensions_dispatch_logging_wrappers.impl130 DISPATCH_DEBUG_LOG("glDrawTexfvOES(coords:%p)", coords);
Dgles12tr_internal.entries85 void glDrawTexfvOES( const GLfloat* coords);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_extensions_static_translator_namespaced_header.h33 GL_APICALL void GL_APIENTRY glDrawTexfvOES(const GLfloat * coords);
Dgles1_extensions_functions.h33 X(void, glDrawTexfvOES, (const GLfloat * coords), (coords)) \
Dgles12tr_internal.h87 X(void, glDrawTexfvOES, (const GLfloat* coords), (coords)) \
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in195 API_ENTRY(glDrawTexfvOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in195 API_ENTRY(glDrawTexfvOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h189 glDrawTexfvOES_server_proc_t glDrawTexfvOES; member
Dgles1_server_context.cpp185 glDrawTexfvOES = (glDrawTexfvOES_server_proc_t) getProc("glDrawTexfvOES", userData); in initDispatchByName()
Dgles1_dec.cpp3557 this->glDrawTexfvOES((const GLfloat*)(inptr_coords.get())); in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib384 #void glDrawTexfvOES(GLfloat *coords)
385 glDrawTexfvOES
Dgles1.in180 GL_ENTRY(void, glDrawTexfvOES, const GLfloat *coords)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp159 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat * coords);
160 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat * coords);
314 …DrawTexfvOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glDrawTexfvOES); in getProcAddressGles1()
2955 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat * coords) { in glDrawTexfvOES() function
/hardware/google/gfxstream/include/GLES/
Dglext.h515 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h132 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h623 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);