HomeSort by relevance Sort by last modified time
    Searched refs:uniform4f (Results 1 - 25 of 30) sorted by null

1 2

  /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 129 gl->uniform4f = &glUniform4f;
glwInitES20.inl 129 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
glwInitES30Direct.inl 216 gl->uniform4f = &glUniform4f;
glwInitES31Direct.inl 278 gl->uniform4f = &glUniform4f;
glwFunctions.inl 540 glUniform4fFunc uniform4f;
    [all...]
glwInitES30.inl 216 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
glwInitES32Direct.inl 322 gl->uniform4f = &glUniform4f;
glwInitES31.inl 278 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
glwInitES32.inl 322 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
    [all...]
glwInitGL30.inl 214 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
glwInitGL31.inl 225 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
glwInitGL32.inl 243 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
glwInitGL33.inl 262 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
glwInitGL40.inl 298 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
    [all...]
glwInitGL41.inl     [all...]
glwInitGL42.inl     [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 278 dst->uniform4f = src.uniform4f;
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 539 GLU_CHECK_GLW_CALL(gl, uniform4f(colorLoc, color.x(), color.y(), color.z(), color.w()));
660 GLU_CHECK_GLW_CALL(gl, uniform4f(colorLoc, color.x(), color.y(), color.z(), color.w()));
    [all...]
  /external/skia/src/gpu/gl/
GrGLTestInterface.cpp 161 fFunctions.fUniform4f = bind_to_member(this, &GrGLTestInterface::uniform4f);
GrGLTestInterface.h 166 virtual GrGLvoid uniform4f(GrGLint location, GrGLfloat v0, GrGLfloat v1, GrGLfloat v2, GrGLfloat v3) {} function in class:GrGLTestInterface
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 540 gl->uniform4f = glUniform4f;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp 853 gl.uniform4f(posScaleLocation, config.patternPos.x(), config.patternPos.y(), config.patternSize.x(), config.patternSize.y());
859 gl.uniform4f(bboxMinPos, config.bbox.min.x(), config.bbox.min.y(), config.bbox.min.z(), config.bbox.min.w());
860 gl.uniform4f(bboxMaxPos, config.bbox.max.x(), config.bbox.max.y(), config.bbox.max.z(), config.bbox.max.w());
    [all...]

Completed in 257 milliseconds

1 2