Home
last modified time | relevance | path

Searched refs:glUniform4fv (Results 1 – 25 of 37) sorted by relevance

12

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp910 gl.glUniform4fv(m_geometryDrawState.materialAmbientLoc, 1, material.ambient); in setupLighting()
911 gl.glUniform4fv(m_geometryDrawState.materialDiffuseLoc, 1, material.diffuse); in setupLighting()
912 gl.glUniform4fv(m_geometryDrawState.materialSpecularLoc, 1, material.specular); in setupLighting()
913 gl.glUniform4fv(m_geometryDrawState.materialEmissiveLoc, 1, material.emissive); in setupLighting()
918 gl.glUniform4fv(m_geometryDrawState.lightModelSceneAmbientLoc, 1, lightModel.color); in setupLighting()
939 …gl.glUniform4fv(m_geometryDrawState.lightAmbientsLoc, GLEScmContext::kMaxLights, m_lightingBuffer.… in setupLighting()
940 …gl.glUniform4fv(m_geometryDrawState.lightDiffusesLoc, GLEScmContext::kMaxLights, m_lightingBuffer.… in setupLighting()
941 …gl.glUniform4fv(m_geometryDrawState.lightSpecularsLoc, GLEScmContext::kMaxLights, m_lightingBuffer… in setupLighting()
942 …gl.glUniform4fv(m_geometryDrawState.lightPositionsLoc, GLEScmContext::kMaxLights, m_lightingBuffer… in setupLighting()
964 gl.glUniform4fv(m_geometryDrawState.fogColorLoc, 1, fogInfo.color); in setupFog()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h135 {"glUniform4fv", (void*)glUniform4fv},
Dgl2_client_context.h137 glUniform4fv_client_proc_t glUniform4fv; member
Dgl2_client_context.cpp137 glUniform4fv = (glUniform4fv_client_proc_t) getProc("glUniform4fv", userData); in initDispatchByName()
Dgl2_entry.cpp132 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v);
1214 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v) in glUniform4fv() function
1217 ctx->glUniform4fv(ctx, location, count, v); in glUniform4fv()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries38 void glUniform4fv(GLint location, GLsizei count, const GLfloat* v);
Dgles2_only_dispatch_logging_wrappers.impl170 DISPATCH_DEBUG_LOG("glUniform4fv(location:%d, count:%d, v:%p)", location, count, v);
Dgles12tr_internal.entries304 void glUniform4fv( GLint location, GLsizei count, const GLfloat* v);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h41 GL_APICALL void GL_APIENTRY glUniform4fv(GLint location, GLsizei count, const GLfloat* v);
Dgles2_only_functions.h41 X(void, glUniform4fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
Dgles12tr_internal.h306 X(void, glUniform4fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h168 glUniform4fv_server_proc_t glUniform4fv; member
Dgles2_server_context.cpp137 glUniform4fv = (glUniform4fv_server_proc_t) getProc("glUniform4fv", userData); in initDispatchByName()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib343 #void glUniform4fv(GLint location, GLsizei count, GLfloat *v)
344 glUniform4fv
Dgles2.in129 GL_ENTRY(void, glUniform4fv, GLint location, GLsizei count, const GLfloat* v)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp498 dispatcher.glUniform4fv(location, uniform.mCount, in restore()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h650 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h631 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h631 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h501 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h239 X(void, glUniform4fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h631 GL_APICALL void GL_APIENTRY glUniform4fv (GLint location, GLsizei count, const GLfloat *value);

12