Home
last modified time | relevance | path

Searched refs:glUniform3f (Results 1 – 25 of 34) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h130 {"glUniform3f", (void*)glUniform3f},
Dgl2_client_context.h132 glUniform3f_client_proc_t glUniform3f; member
Dgl2_client_context.cpp132 glUniform3f = (glUniform3f_client_proc_t) getProc("glUniform3f", userData); in initDispatchByName()
Dgl2_entry.cpp127 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z);
1184 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) in glUniform3f() function
1187 ctx->glUniform3f(ctx, location, x, y, z); in glUniform3f()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries33 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z);
Dgles2_only_dispatch_logging_wrappers.impl145 DISPATCH_DEBUG_LOG("glUniform3f(location:%d, x:%f, y:%f, z:%f)", location, x, y, z);
Dgles12tr_internal.entries299 void glUniform3f( GLint location, GLfloat x, GLfloat y, GLfloat z);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h36 GL_APICALL void GL_APIENTRY glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z);
Dgles2_only_functions.h36 X(void, glUniform3f, (GLint location, GLfloat x, GLfloat y, GLfloat z), (location, x, y, z)) \
Dgles12tr_internal.h301 X(void, glUniform3f, (GLint location, GLfloat x, GLfloat y, GLfloat z), (location, x, y, z)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h163 glUniform3f_server_proc_t glUniform3f; member
Dgles2_server_context.cpp132 glUniform3f = (glUniform3f_server_proc_t) getProc("glUniform3f", userData); in initDispatchByName()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h645 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h626 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h626 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
Dgl31.h496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
Dgl31.h496 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h234 X(void, glUniform3f, (GLint location, GLfloat x, GLfloat y, GLfloat z), (location, x, y, z)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h626 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
Dgl31.h626 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in124 GL_ENTRY(void, glUniform3f, GLint location, GLfloat x, GLfloat y, GLfloat z)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3977 GL_APICALL void GL_APIENTRY glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z){ in glUniform3f() function
3981 ctx->dispatcher().glUniform3f(hostLoc,x,y,z); in glUniform3f()
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h1842 #define glUniform3f MANGLE(Uniform3f) macro

12