Home
last modified time | relevance | path

Searched refs:uniform4f (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp/modules/gles3/functional/
Des3fFragDepthTests.cpp172 …gl.uniform4f(gl.getUniformLocation(basicQuadProgram.getProgram(), "u_color"), 0.0f, 0.0f, 1.0f, 1.… in iterate()
215 gl.uniform4f(gl.getUniformLocation(program.getProgram(), "u_color"), 0.0f, 1.0f, 0.0f, 1.0f); in iterate()
343 gl.uniform4f(gl.getUniformLocation(program.getProgram(), "u_color"), 0.0f, 1.0f, 0.0f, 1.0f); in iterate()
Des3fDepthStencilClearTests.cpp349 gl.uniform4f (colorLoc, 0.0f, 0.0f, c, 1.0f); in renderGL()
385 gl.uniform4f (colorLoc, 0.0f, c, 0.0f, 1.0f); in renderGL()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp346 gl.uniform4f (colorLoc, 0.0f, 0.0f, c, 1.0f); in renderGL()
382 gl.uniform4f (colorLoc, 0.0f, c, 0.0f, 1.0f); in renderGL()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl129 gl->uniform4f = &glUniform4f;
DglwInitES30Direct.inl216 gl->uniform4f = &glUniform4f;
DglwInitES20.inl129 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitES31Direct.inl278 gl->uniform4f = &glUniform4f;
DglwInitES32Direct.inl322 gl->uniform4f = &glUniform4f;
DglwFunctions.inl540 glUniform4fFunc uniform4f; variable
DglwInitES30.inl216 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitGL30.inl214 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitGL31.inl225 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitGL32.inl243 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitES31.inl278 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitGL33.inl262 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitES32.inl322 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitGL40.inl298 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitGL41.inl372 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitGL42.inl384 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
DglwInitGL43.inl423 gl->uniform4f = (glUniform4fFunc) loader->get("glUniform4f");
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl278 dst->uniform4f = src.uniform4f;
/external/deqp/modules/egl/
DteglImageFormatTests.cpp539 GLU_CHECK_GLW_CALL(gl, uniform4f(colorLoc, color.x(), color.y(), color.z(), color.w())); in invokeGLES2()
660 GLU_CHECK_GLW_CALL(gl, uniform4f(colorLoc, color.x(), color.y(), color.z(), color.w())); in invokeGLES2()
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp161 fFunctions.fUniform4f = bind_to_member(this, &GrGLTestInterface::uniform4f); in GrGLTestInterface()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl540 gl->uniform4f = glUniform4f;
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp853 …gl.uniform4f(posScaleLocation, config.patternPos.x(), config.patternPos.y(), config.patternSize.x(… in setupRender()
859 …gl.uniform4f(bboxMinPos, config.bbox.min.x(), config.bbox.min.y(), config.bbox.min.z(), config.bbo… in setupRender()
860 …gl.uniform4f(bboxMaxPos, config.bbox.max.x(), config.bbox.max.y(), config.bbox.max.z(), config.bbo… in setupRender()

12