Home
last modified time | relevance | path

Searched refs:uniform1f (Results 1 – 25 of 56) sorted by relevance

123

/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp318 gl.uniform1f(scaleLoc, 1.0f); in render()
332 gl.uniform1f(scaleLoc, 0.25f); in render()
349 gl.uniform1f(scaleLoc, 0.25f); in render()
366 gl.uniform1f(scaleLoc, 0.25f); in render()
815 gl.uniform1f(scaleLoc, 1.0f); in render()
829 gl.uniform1f(scaleLoc, 0.25f); in render()
846 gl.uniform1f(scaleLoc, 0.25f); in render()
863 gl.uniform1f(scaleLoc, 0.25f); in render()
DglsTextureTestUtil.cpp450 gl.uniform1f(gl.getUniformLocation(prog, "u_bias"), params.bias); in renderQuad()
457 gl.uniform1f(gl.getUniformLocation(prog, "u_ref"), params.ref); in renderQuad()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl117 gl->uniform1f = &glUniform1f;
DglwInitES30Direct.inl198 gl->uniform1f = &glUniform1f;
DglwInitES20.inl117 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
DglwInitES31Direct.inl260 gl->uniform1f = &glUniform1f;
DglwInitES32Direct.inl304 gl->uniform1f = &glUniform1f;
DglwFunctions.inl516 glUniform1fFunc uniform1f; variable
DglwInitES30.inl198 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
DglwInitGL30.inl196 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
DglwInitGL31.inl207 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl260 dst->uniform1f = src.uniform1f;
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp353 gl.uniform1f(location, m_branchType == BRANCH_TRUE ? +1.0f : -1.0f); in setupProgram()
626 gl.uniform1f(location, loopBound); in setupProgram()
/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp357 gl.uniform1f(location, m_branchType == BRANCH_TRUE ? +1.0f : -1.0f); in setupProgram()
634 gl.uniform1f(location, loopBound); in setupProgram()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp2045 gl.uniform1f(tessLevelInner0Loc, innerLevels[0]); in iterate()
2046 gl.uniform1f(tessLevelInner1Loc, innerLevels[1]); in iterate()
2047 gl.uniform1f(tessLevelOuter0Loc, outerLevels[0]); in iterate()
2048 gl.uniform1f(tessLevelOuter1Loc, outerLevels[1]); in iterate()
2049 gl.uniform1f(tessLevelOuter2Loc, outerLevels[2]); in iterate()
2050 gl.uniform1f(tessLevelOuter3Loc, outerLevels[3]); in iterate()
2224 gl.uniform1f(tessLevelOuter1Loc, outerLevel1); in iterate()
2377 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelInner0"), innerLevels[0]); in iterate()
2378 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelInner1"), innerLevels[1]); in iterate()
2379 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelOuter0"), outerLevels[0]); in iterate()
[all …]
Des31fShaderHelperInvocationTests.cpp186 gl.uniform1f(pointSizeLoc, pointSize); in drawRandomPrimitives()
Des31fFboSRGBWriteControlTests.cpp1144 gl.uniform1f(locationSrc, funcSrc); in setShaderBlendSrcDstValues()
1148 gl.uniform1f(locationDst, funcDst); in setShaderBlendSrcDstValues()
Des31fPrimitiveBoundingBoxTests.cpp1263 gl.uniform1f(tessLevelPos, tessLevel); in renderTestPattern()
1774 gl.uniform1f(tessLevelPos, tessLevel); in renderTestPattern()
1782 …gl.uniform1f(gl.getUniformLocation(m_program->getProgram(), "u_lineWidth"), (m_isWideLineCase) ? (… in renderTestPattern()
2772 gl.uniform1f(tessLevelPos, tessLevel); in renderTestPattern()
3836 gl.uniform1f(depthBiasLocation, m_layers[layerNdx].zOffset); in iterate()
3837 gl.uniform1f(depthScaleLocation, m_layers[layerNdx].zScale); in iterate()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp173 virtual void uniform1f (deInt32 location, float);
DsglrContext.hpp161 virtual void uniform1f (deInt32 index, float) = DE_NULL;
/external/deqp/modules/gles3/functional/
Des3fLifetimeTests.cpp141 gl.uniform1f(m_scaleLoc, scale); in draw()
Des3fShaderDerivateTests.cpp737 gl.uniform1f(scaleLoc, m_derivScale.x()); in iterate()
738 gl.uniform1f(biasLoc, m_derivBias.x()); in iterate()
Des3fShaderStructTests.cpp1170 gl.uniform1f(loc, value); in setUniform()
/external/skia/src/gpu/gl/
DGrGLTestInterface.cpp149 fFunctions.fUniform1f = bind_to_member(this, &GrGLTestInterface::uniform1f); in GrGLTestInterface()
/external/deqp/modules/gles2/functional/
Des2fShaderStructTests.cpp1196 gl.uniform1f(loc, value); in setUniform()

123