Searched refs:Uniform4fv (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 140 GET_PROC(Uniform4fv); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLProgramDataManager.cpp | 221 GR_GL_CALL(fGpu->glInterface(), Uniform4fv(uni.fLocation, arrayCount, v)); in set4fv()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 133 GET_PROC(Uniform4fv); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 136 GET_PROC(Uniform4fv); in GrGLMakeAssembledGLInterface()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | shaders.h | 145 GST_GL_EXT_FUNCTION (void, Uniform4fv,
|
/third_party/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 44 "Uniform3iv", "Uniform4f", "Uniform4fv", "Uniform4i", "Uniform4iv", "UniformMatrix2fv",
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1121 { "glUniform4fv", _O(Uniform4fv) },
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 855 return gl::Uniform4fv(location, count, v); in glUniform4fv() 1695 this->glUniform4fv = gl::Uniform4fv; in LibGLESv2exports()
|
D | entry_points.h | 179 void GL_APIENTRY Uniform4fv(GLint location, GLsizei count, const GLfloat* v);
|
D | libGLESv2.cpp | 5183 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/ |
D | entry_points_gl_2_autogen.cpp | 1349 ANGLE_CAPTURE(Uniform4fv, isCallValid, context, locationPacked, count, value); in GL_Uniform4fv()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 3418 ANGLE_CAPTURE(Uniform4fv, isCallValid, context, locationPacked, count, value); in GL_Uniform4fv()
|