Searched refs:UniformMatrix2fv (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 226 GR_GL_CALL(gli, UniformMatrix2fv(loc, cnt, false, m)); in set()
|
D | GrGLAssembleInterface.cpp | 249 GET_PROC(UniformMatrix2fv); in GrGLAssembleGLInterface() 732 GET_PROC(UniformMatrix2fv); in GrGLAssembleGLESInterface()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | main.cpp | 310 void UniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value); 1199 return es2::UniformMatrix2fv(location, count, transpose, value); in glUniformMatrix2fv() 1490 this->glUniformMatrix2fv = es2::UniformMatrix2fv; in LibGLESv2exports()
|
D | libGLESv2.cpp | 5830 void UniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value) in UniformMatrix2fv() function
|
/external/libmojo/mojo/gpu/ |
D | mojo_gles2_impl_autogen.h | 496 void UniformMatrix2fv(GLint location,
|
D | mojo_gles2_impl_autogen.cc | 1065 void MojoGLES2Impl::UniformMatrix2fv(GLint location, in UniformMatrix2fv() function in mojo::MojoGLES2Impl
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1879 #define glUniformMatrix2fv MANGLE(UniformMatrix2fv)
|