/external/deqp/modules/gles3/functional/ |
es3fFragDepthTests.cpp | 172 gl.uniform4f(gl.getUniformLocation(basicQuadProgram.getProgram(), "u_color"), 0.0f, 0.0f, 1.0f, 1.0f); 215 gl.uniform4f(gl.getUniformLocation(program.getProgram(), "u_color"), 0.0f, 1.0f, 0.0f, 1.0f); 343 gl.uniform4f(gl.getUniformLocation(program.getProgram(), "u_color"), 0.0f, 1.0f, 0.0f, 1.0f);
|
es3fDepthStencilClearTests.cpp | 349 gl.uniform4f (colorLoc, 0.0f, 0.0f, c, 1.0f); 385 gl.uniform4f (colorLoc, 0.0f, c, 0.0f, 1.0f);
|
/external/deqp/framework/opengl/wrapper/ |
glwInitES20Direct.inl | 127 gl->uniform4f = &glUniform4f;
|
glwInitES20.inl | 127 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
|
glwInitES30Direct.inl | 127 gl->uniform4f = &glUniform4f;
|
glwFunctions.inl | 148 glUniform4fFunc uniform4f;
|
glwInitES30.inl | 127 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
|
glwInitES31.inl | 127 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
|
glwInitGL30.inl | 146 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
|
glwInitGL31.inl | 146 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
|
glwInitGL32.inl | 146 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
|
glwInitGL33.inl | 146 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
|
glwInitGL40.inl | 146 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f"); [all...] |
glwInitGL41.inl | 146 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f"); [all...] |
glwInitGL42.inl | 146 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f"); [all...] |
/external/deqp/modules/gles2/functional/ |
es2fDepthStencilClearTests.cpp | 346 gl.uniform4f (colorLoc, 0.0f, 0.0f, c, 1.0f); 382 gl.uniform4f (colorLoc, 0.0f, c, 0.0f, 1.0f);
|
/external/deqp/framework/opengl/ |
gluES3PlusWrapperFuncs.inl | 127 dst->uniform4f = src.uniform4f;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/ |
MockWebGraphicsContext3D.h | 211 virtual void uniform4f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z, WGC3Dfloat w) { } function in class:blink::MockWebGraphicsContext3D
|
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 148 gl->uniform4f = glUniform4f;
|
/external/chromium_org/content/shell/renderer/test_runner/ |
test_plugin.cc | 521 context_->uniform4f(
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGraphicsContext3D.h | 327 virtual void uniform4f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z, WGC3Dfloat w) = 0;
|
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_impl.h | 334 virtual void uniform4f(WGC3Dint location,
|
webgraphicscontext3d_impl.cc | 655 DELEGATE_TO_GL_5(uniform4f, Uniform4f, WGC3Dint, [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContextBase.idl | 666 void uniform4f(WebGLUniformLocation? location, GLfloat x, GLfloat y, GLfloat z, GLfloat w); [all...] |
WebGLRenderingContextBase.h | 282 void uniform4f(const WebGLUniformLocation*, GLfloat x, GLfloat y, GLfloat z, GLfloat w); [all...] |