Home
last modified time | relevance | path

Searched refs:glUniform4f (Results 1 – 25 of 35) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h134 {"glUniform4f", (void*)glUniform4f},
Dgl2_client_context.h136 glUniform4f_client_proc_t glUniform4f; member
Dgl2_client_context.cpp136 glUniform4f = (glUniform4f_client_proc_t) getProc("glUniform4f", userData); in initDispatchByName()
Dgl2_entry.cpp131 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1208 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in glUniform4f() function
1211 ctx->glUniform4f(ctx, location, x, y, z, w); in glUniform4f()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries37 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
Dgles2_only_dispatch_logging_wrappers.impl165 DISPATCH_DEBUG_LOG("glUniform4f(location:%d, x:%f, y:%f, z:%f, w:%f)", location, x, y, z, w);
Dgles12tr_internal.entries303 void glUniform4f( GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h40 GL_APICALL void GL_APIENTRY glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
Dgles2_only_functions.h40 …X(void, glUniform4f, (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (location, x, y…
Dgles12tr_internal.h305 …X(void, glUniform4f, (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (location, x, y…
/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp587 s_gles2.glUniform4f(mColor, in drawLayer()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h167 glUniform4f_server_proc_t glUniform4f; member
Dgles2_server_context.cpp136 glUniform4f = (glUniform4f_server_proc_t) getProc("glUniform4f", userData); in initDispatchByName()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h649 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h630 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h630 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
Dgl31.h500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
Dgl31.h500 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h238 …X(void, glUniform4f, (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w), (location, x, y…
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h630 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
Dgl31.h630 GL_APICALL void GL_APIENTRY glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloa…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in128 GL_ENTRY(void, glUniform4f, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp4005 GL_APICALL void GL_APIENTRY glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w… in glUniform4f() function
4009 ctx->dispatcher().glUniform4f(hostLoc,x,y,z,w); in glUniform4f()

12