Searched refs:uniform1f (Results 1 - 25 of 68) sorted by relevance

123

/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.cpp318 gl.uniform1f(scaleLoc, 1.0f);
332 gl.uniform1f(scaleLoc, 0.25f);
349 gl.uniform1f(scaleLoc, 0.25f);
366 gl.uniform1f(scaleLoc, 0.25f);
815 gl.uniform1f(scaleLoc, 1.0f);
829 gl.uniform1f(scaleLoc, 0.25f);
846 gl.uniform1f(scaleLoc, 0.25f);
863 gl.uniform1f(scaleLoc, 0.25f);
H A DglsTextureTestUtil.cpp450 gl.uniform1f(gl.getUniformLocation(prog, "u_bias"), params.bias);
457 gl.uniform1f(gl.getUniformLocation(prog, "u_ref"), params.ref);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl117 gl->uniform1f = &glUniform1f;
H A DglwInitES20.inl117 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
H A DglwInitES30Direct.inl198 gl->uniform1f = &glUniform1f;
H A DglwInitES31Direct.inl260 gl->uniform1f = &glUniform1f;
H A DglwInitES30.inl198 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
H A DglwInitES32Direct.inl304 gl->uniform1f = &glUniform1f;
H A DglwFunctions.inl728 glUniform1fFunc uniform1f;
H A DglwInitES31.inl260 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
H A DglwInitES32.inl304 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
H A DglwInitGL30.inl196 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
H A DglwInitGL31.inl207 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl260 dst->uniform1f = src.uniform1f;
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp161 virtual void uniform1f (deInt32 index, float) = DE_NULL;
H A DsglrGLContext.hpp173 virtual void uniform1f (deInt32 location, float);
/external/deqp/modules/gles3/functional/
H A Des3fShaderMetamorphicTests.cpp151 gl.uniform1f(uniformLoc, 0.0f);
H A Des3fLifetimeTests.cpp141 gl.uniform1f(m_scaleLoc, scale);
/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp353 gl.uniform1f(location, m_branchType == BRANCH_TRUE ? +1.0f : -1.0f);
626 gl.uniform1f(location, loopBound);
/external/deqp/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp357 gl.uniform1f(location, m_branchType == BRANCH_TRUE ? +1.0f : -1.0f);
634 gl.uniform1f(location, loopBound);
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp2072 gl.uniform1f(tessLevelInner0Loc, innerLevels[0]);
2073 gl.uniform1f(tessLevelInner1Loc, innerLevels[1]);
2074 gl.uniform1f(tessLevelOuter0Loc, outerLevels[0]);
2075 gl.uniform1f(tessLevelOuter1Loc, outerLevels[1]);
2076 gl.uniform1f(tessLevelOuter2Loc, outerLevels[2]);
2077 gl.uniform1f(tessLevelOuter3Loc, outerLevels[3]);
2252 gl.uniform1f(tessLevelOuter1Loc, outerLevel1);
2407 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelInner0"), innerLevels[0]);
2408 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelInner1"), innerLevels[1]);
2409 gl.uniform1f(g
[all...]
H A Des31fShaderHelperInvocationTests.cpp186 gl.uniform1f(pointSizeLoc, pointSize);
H A Des31fPrimitiveBoundingBoxTests.cpp1299 gl.uniform1f(tessLevelPos, tessLevel);
1810 gl.uniform1f(tessLevelPos, tessLevel);
1818 gl.uniform1f(gl.getUniformLocation(m_program->getProgram(), "u_lineWidth"), (m_isWideLineCase) ? ((float)m_wideLineLineWidth) : (1.0f));
2808 gl.uniform1f(tessLevelPos, tessLevel);
3875 gl.uniform1f(depthBiasLocation, m_layers[layerNdx].zOffset);
3876 gl.uniform1f(depthScaleLocation, m_layers[layerNdx].zScale);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cConditionalRenderInvertedTests.cpp530 gl.uniform1f(location, red);
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp149 fFunctions.fUniform1f = bind_to_member(this, &GrGLTestInterface::uniform1f);

Completed in 910 milliseconds

123