Home
last modified time | relevance | path

Searched refs:Uniform4fv (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp140 GET_PROC(Uniform4fv); in GrGLMakeAssembledWebGLInterface()
DGrGLProgramDataManager.cpp221 GR_GL_CALL(fGpu->glInterface(), Uniform4fv(uni.fLocation, arrayCount, v)); in set4fv()
DGrGLAssembleGLESInterfaceAutogen.cpp133 GET_PROC(Uniform4fv); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp136 GET_PROC(Uniform4fv); in GrGLMakeAssembledGLInterface()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dshaders.h145 GST_GL_EXT_FUNCTION (void, Uniform4fv,
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json544 "Uniform3iv", "Uniform4f", "Uniform4fv", "Uniform4i", "Uniform4iv", "UniformMatrix2fv",
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1121 { "glUniform4fv", _O(Uniform4fv) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp855 return gl::Uniform4fv(location, count, v); in glUniform4fv()
1695 this->glUniform4fv = gl::Uniform4fv; in LibGLESv2exports()
Dentry_points.h179 void GL_APIENTRY Uniform4fv(GLint location, GLsizei count, const GLfloat* v);
DlibGLESv2.cpp5183 void GL_APIENTRY Uniform4fv(GLint location, GLsizei count, const GLfloat* v) in Uniform4fv() function
5219 Uniform4fv(location, 1, (GLfloat*)&xyzw); in Uniform4f()
6530 FUNCTION(Uniform4fv), in es2GetProcAddress()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp1349 ANGLE_CAPTURE(Uniform4fv, isCallValid, context, locationPacked, count, value); in GL_Uniform4fv()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp3418 ANGLE_CAPTURE(Uniform4fv, isCallValid, context, locationPacked, count, value); in GL_Uniform4fv()