Searched refs:setUniform2fv (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Program.h | 83 bool setUniform2fv(GLint location, GLsizei count, const GLfloat *v);
|
D | Context.cpp | 1692 programObject->setUniform2fv(halfPixelSize, 1, xy); in applyRenderTarget() 1702 programObject->setUniform2fv(depth, 1, dz); in applyRenderTarget()
|
D | Program.cpp | 326 bool Program::setUniform2fv(GLint location, GLsizei count, const GLfloat *v) in setUniform2fv() function in gl::Program
|
D | libGLESv2.cpp | 4961 if (!program->setUniform2fv(location, count, v)) in glUniform2fv()
|