Home
last modified time | relevance | path

Searched refs:Uniform3fv (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp136 GET_PROC(Uniform3fv); in GrGLMakeAssembledWebGLInterface()
DGrGLProgramDataManager.cpp171 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fLocation, arrayCount, v)); in set3fv()
DGrGLAssembleGLESInterfaceAutogen.cpp129 GET_PROC(Uniform3fv); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp132 GET_PROC(Uniform3fv); in GrGLMakeAssembledGLInterface()
/external/skqp/src/gpu/gl/
DGrGLAssembleInterface.cpp236 GET_PROC(Uniform3fv); in GrGLMakeAssembledGLInterface()
618 GET_PROC(Uniform3fv); in GrGLMakeAssembledGLESInterface()
DGrGLProgramDataManager.cpp190 GR_GL_CALL(fGpu->glInterface(), Uniform3fv(uni.fLocation, arrayCount, v)); in set3fv()
/external/skia/tools/gpu/gl/interface/
Dinterface.json543 "Uniform2f", "Uniform2fv", "Uniform2i", "Uniform2iv", "Uniform3f", "Uniform3fv", "Uniform3i",
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1117 { "glUniform3fv", _O(Uniform3fv) },
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp835 return gl::Uniform3fv(location, count, v); in glUniform3fv()
1691 this->glUniform3fv = gl::Uniform3fv; in LibGLESv2exports()
Dentry_points.h175 void GL_APIENTRY Uniform3fv(GLint location, GLsizei count, const GLfloat* v);
DlibGLESv2.cpp5105 void GL_APIENTRY Uniform3fv(GLint location, GLsizei count, const GLfloat* v) in Uniform3fv() function
5141 Uniform3fv(location, 1, (GLfloat*)&xyz); in Uniform3f()
6529 FUNCTION(Uniform3fv), in es2GetProcAddress()
/external/angle/src/libGL/
Dentry_points_gl_2_autogen.cpp1191 ANGLE_CAPTURE(Uniform3fv, isCallValid, context, locationPacked, count, value); in GL_Uniform3fv()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp3177 ANGLE_CAPTURE(Uniform3fv, isCallValid, context, locationPacked, count, value); in GL_Uniform3fv()