/external/deqp/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 318 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()
|
D | glsTextureTestUtil.cpp | 450 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/ |
D | glcNearestEdgeTests.cpp | 339 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/ |
D | glwInitES20Direct.inl | 117 gl->uniform1f = &glUniform1f;
|
D | glwInitES30Direct.inl | 198 gl->uniform1f = &glUniform1f;
|
D | glwInitES20.inl | 117 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
|
D | glwInitES31Direct.inl | 260 gl->uniform1f = &glUniform1f;
|
D | glwInitES32Direct.inl | 304 gl->uniform1f = &glUniform1f;
|
D | glwInitES30.inl | 198 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderControlStatementTests.cpp | 353 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/ |
D | es3pShaderControlStatementTests.cpp | 357 gl.uniform1f(location, m_branchType == BRANCH_TRUE ? +1.0f : -1.0f); in setupProgram() 634 gl.uniform1f(location, loopBound); in setupProgram()
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 260 dst->uniform1f = src.uniform1f;
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cNumberParsingTests.cpp | 299 gl.uniform1f(location, 0.0f); in initializeZeroValue()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMetamorphicTests.cpp | 151 gl.uniform1f(uniformLoc, 0.0f); in render()
|
D | es3fLifetimeTests.cpp | 141 gl.uniform1f(m_scaleLoc, scale); in draw()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 2072 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 …]
|
D | es31fShaderHelperInvocationTests.cpp | 186 gl.uniform1f(pointSizeLoc, pointSize); in drawRandomPrimitives()
|
D | es31fFboSRGBWriteControlTests.cpp | 1118 gl.uniform1f(locationSrc, funcSrc); in setShaderBlendSrcDstValues() 1122 gl.uniform1f(locationDst, funcDst); in setShaderBlendSrcDstValues()
|
D | es31fPrimitiveBoundingBoxTests.cpp | 1299 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/ |
D | sglrGLContext.hpp | 173 virtual void uniform1f (deInt32 location, float);
|
D | sglrContext.hpp | 161 virtual void uniform1f (deInt32 index, float) = DE_NULL;
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cConditionalRenderInvertedTests.cpp | 530 gl.uniform1f(location, red); in setupColor()
|
/external/angle/src/libANGLE/ |
D | Context_gles_2_0_autogen.h | 153 void uniform1f(UniformLocation locationPacked, GLfloat v0); \
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.cpp | 155 fFunctions.fUniform1f = bind_to_member(this, &GrGLTestInterface::uniform1f); in GrGLTestInterface()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 553 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()
|