Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp944 …gl.glUniform1fv(m_geometryDrawState.lightSpotlightExponentsLoc, GLEScmContext::kMaxLights, m_light… in setupLighting()
945 …gl.glUniform1fv(m_geometryDrawState.lightSpotlightCutoffAnglesLoc, GLEScmContext::kMaxLights, m_li… in setupLighting()
946 …gl.glUniform1fv(m_geometryDrawState.lightAttenuationConstsLoc, GLEScmContext::kMaxLights, m_lighti… in setupLighting()
947 …gl.glUniform1fv(m_geometryDrawState.lightAttenuationLinearsLoc, GLEScmContext::kMaxLights, m_light… in setupLighting()
948 …gl.glUniform1fv(m_geometryDrawState.lightAttenuationQuadraticsLoc, GLEScmContext::kMaxLights, m_li… in setupLighting()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h123 {"glUniform1fv", (void*)glUniform1fv},
Dgl2_client_context.h125 glUniform1fv_client_proc_t glUniform1fv; member
Dgl2_client_context.cpp125 glUniform1fv = (glUniform1fv_client_proc_t) getProc("glUniform1fv", userData); in initDispatchByName()
Dgl2_entry.cpp120 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v);
1142 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v) in glUniform1fv() function
1145 ctx->glUniform1fv(ctx, location, count, v); in glUniform1fv()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries26 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v);
Dgles2_only_dispatch_logging_wrappers.impl110 DISPATCH_DEBUG_LOG("glUniform1fv(location:%d, count:%d, v:%p)", location, count, v);
Dgles12tr_internal.entries292 void glUniform1fv( GLint location, GLsizei count, const GLfloat* v);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h29 GL_APICALL void GL_APIENTRY glUniform1fv(GLint location, GLsizei count, const GLfloat* v);
Dgles2_only_functions.h29 X(void, glUniform1fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
Dgles12tr_internal.h294 X(void, glUniform1fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h156 glUniform1fv_server_proc_t glUniform1fv; member
Dgles2_server_context.cpp125 glUniform1fv = (glUniform1fv_server_proc_t) getProc("glUniform1fv", userData); in initDispatchByName()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib319 #void glUniform1fv(GLint location, GLsizei count, GLfloat *v)
320 glUniform1fv
Dgles2.in117 GL_ENTRY(void, glUniform1fv, GLint location, GLsizei count, const GLfloat* v)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp486 dispatcher.glUniform1fv(location, uniform.mCount, in restore()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h638 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h619 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h619 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h489 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h227 X(void, glUniform1fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h619 GL_APICALL void GL_APIENTRY glUniform1fv (GLint location, GLsizei count, const GLfloat *value);

12