Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h131 {"glUniform3fv", (void*)glUniform3fv},
Dgl2_client_context.h133 glUniform3fv_client_proc_t glUniform3fv; member
Dgl2_client_context.cpp133 glUniform3fv = (glUniform3fv_client_proc_t) getProc("glUniform3fv", userData); in initDispatchByName()
Dgl2_entry.cpp128 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v);
1190 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) in glUniform3fv() function
1193 ctx->glUniform3fv(ctx, location, count, v); in glUniform3fv()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles2_only.entries34 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v);
Dgles2_only_dispatch_logging_wrappers.impl150 DISPATCH_DEBUG_LOG("glUniform3fv(location:%d, count:%d, v:%p)", location, count, v);
Dgles12tr_internal.entries300 void glUniform3fv( GLint location, GLsizei count, const GLfloat* v);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles2_only_static_translator_namespaced_header.h37 GL_APICALL void GL_APIENTRY glUniform3fv(GLint location, GLsizei count, const GLfloat* v);
Dgles2_only_functions.h37 X(void, glUniform3fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
Dgles12tr_internal.h302 X(void, glUniform3fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h164 glUniform3fv_server_proc_t glUniform3fv; member
Dgles2_server_context.cpp133 glUniform3fv = (glUniform3fv_server_proc_t) getProc("glUniform3fv", userData); in initDispatchByName()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib335 #void glUniform3fv(GLint location, GLsizei count, GLfloat *v)
336 glUniform3fv
Dgles2.in125 GL_ENTRY(void, glUniform3fv, GLint location, GLsizei count, const GLfloat* v)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DCoreProfileEngine.cpp943 …gl.glUniform3fv(m_geometryDrawState.lightDirectionsLoc, GLEScmContext::kMaxLights, m_lightingBuffe… in setupLighting()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DProgramData.cpp494 dispatcher.glUniform3fv(location, uniform.mCount, in restore()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h646 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h627 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h627 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h497 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h497 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/include/GLES3/
Dgl3.h497 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
Dgl31.h497 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h235 X(void, glUniform3fv, (GLint location, GLsizei count, const GLfloat* v), (location, count, v)) \
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h627 GL_APICALL void GL_APIENTRY glUniform3fv (GLint location, GLsizei count, const GLfloat *value);

12