Home
last modified time | relevance | path

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

1234

/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/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp339 gl.uniform1f(gl.getUniformLocation(program.getProgram(), "texOffset"), m_offsetSign * offset); in renderQuad()
340 gl.uniform1f(gl.getUniformLocation(program.getProgram(), "texWidth"), float(m_width)); in renderQuad()
341 gl.uniform1f(gl.getUniformLocation(program.getProgram(), "texHeight"), float(m_height)); 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;
DglwInitES30.inl198 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
/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/framework/opengl/
DgluES3PlusWrapperFuncs.inl260 dst->uniform1f = src.uniform1f;
/external/deqp/external/openglcts/modules/gles3/
Des3cNumberParsingTests.cpp299 gl.uniform1f(location, 0.0f); in initializeZeroValue()
/external/deqp/modules/gles3/functional/
Des3fShaderMetamorphicTests.cpp151 gl.uniform1f(uniformLoc, 0.0f); in render()
Des3fLifetimeTests.cpp141 gl.uniform1f(m_scaleLoc, scale); in draw()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp2072 gl.uniform1f(tessLevelInner0Loc, innerLevels[0]); in iterate()
2073 gl.uniform1f(tessLevelInner1Loc, innerLevels[1]); in iterate()
2074 gl.uniform1f(tessLevelOuter0Loc, outerLevels[0]); in iterate()
2075 gl.uniform1f(tessLevelOuter1Loc, outerLevels[1]); in iterate()
2076 gl.uniform1f(tessLevelOuter2Loc, outerLevels[2]); in iterate()
2077 gl.uniform1f(tessLevelOuter3Loc, outerLevels[3]); in iterate()
2252 gl.uniform1f(tessLevelOuter1Loc, outerLevel1); in iterate()
2407 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelInner0"), innerLevels[0]); in iterate()
2408 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelInner1"), innerLevels[1]); in iterate()
2409 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelOuter0"), outerLevels[0]); in iterate()
[all …]
Des31fShaderHelperInvocationTests.cpp186 gl.uniform1f(pointSizeLoc, pointSize); in drawRandomPrimitives()
Des31fFboSRGBWriteControlTests.cpp1118 gl.uniform1f(locationSrc, funcSrc); in setShaderBlendSrcDstValues()
1122 gl.uniform1f(locationDst, funcDst); in setShaderBlendSrcDstValues()
Des31fPrimitiveBoundingBoxTests.cpp1299 gl.uniform1f(tessLevelPos, tessLevel); in renderTestPattern()
1810 gl.uniform1f(tessLevelPos, tessLevel); in renderTestPattern()
1818 …gl.uniform1f(gl.getUniformLocation(m_program->getProgram(), "u_lineWidth"), (m_isWideLineCase) ? (… in renderTestPattern()
2808 gl.uniform1f(tessLevelPos, tessLevel); in renderTestPattern()
3875 gl.uniform1f(depthBiasLocation, m_layers[layerNdx].zOffset); in iterate()
3876 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/external/openglcts/modules/gl/
Dgl4cConditionalRenderInvertedTests.cpp530 gl.uniform1f(location, red); in setupColor()
/external/angle/src/libANGLE/
DContext_gles_2_0_autogen.h153 void uniform1f(UniformLocation locationPacked, GLfloat v0); \
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp155 fFunctions.fUniform1f = bind_to_member(this, &GrGLTestInterface::uniform1f); in GrGLTestInterface()
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp553 ASSIGN("glUniform1fARB", uniform1f); in initProcsDesktopGL()
1359 ASSIGN("glUniform1f", uniform1f); in initProcsDesktopGL()
2389 ASSIGN("glUniform1f", uniform1f); in initProcsGLES()
3341 uniform1f = &glUniform1fNULL; in initProcsDesktopGLNULL()
4146 uniform1f = &glUniform1fNULL; in initProcsDesktopGLNULL()
5175 uniform1f = &glUniform1fNULL; in initProcsGLESNULL()

1234