Home
last modified time | relevance | path

Searched refs:uniform1f (Results 1 – 25 of 53) 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()
DglsShaderRenderCase.cpp976 gl.uniform1f(uniLoc, s_floatUniforms[i].value); in setupDefaultUniforms()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl115 gl->uniform1f = &glUniform1f;
DglwInitES30Direct.inl115 gl->uniform1f = &glUniform1f;
DglwInitES20.inl115 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
DglwFunctions.inl145 glUniform1fFunc uniform1f; variable
DglwInitES30.inl115 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
DglwInitGL31.inl143 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
DglwInitGL30.inl143 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
DglwInitGL32.inl143 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
/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/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/framework/opengl/
DgluES3PlusWrapperFuncs.inl115 dst->uniform1f = src.uniform1f;
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp2041 gl.uniform1f(tessLevelInner0Loc, innerLevels[0]); in iterate()
2042 gl.uniform1f(tessLevelInner1Loc, innerLevels[1]); in iterate()
2043 gl.uniform1f(tessLevelOuter0Loc, outerLevels[0]); in iterate()
2044 gl.uniform1f(tessLevelOuter1Loc, outerLevels[1]); in iterate()
2045 gl.uniform1f(tessLevelOuter2Loc, outerLevels[2]); in iterate()
2046 gl.uniform1f(tessLevelOuter3Loc, outerLevels[3]); in iterate()
2220 gl.uniform1f(tessLevelOuter1Loc, outerLevel1); in iterate()
2373 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelInner0"), innerLevels[0]); in iterate()
2374 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelInner1"), innerLevels[1]); in iterate()
2375 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelOuter0"), outerLevels[0]); in iterate()
[all …]
Des31fShaderHelperInvocationTests.cpp157 gl.uniform1f(pointSizeLoc, pointSize); in drawRandomPrimitives()
/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.cpp478 gl.uniform1f(scaleLoc, m_derivScale.x()); in iterate()
479 gl.uniform1f(biasLoc, m_derivBias.x()); in iterate()
Des3fShaderStructTests.cpp1170 gl.uniform1f(loc, value); in setUniform()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h200 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) { } in uniform1f() function
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h306 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x); in NON_EXPORTED_BASE()
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h321 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) = 0;
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl145 gl->uniform1f = glUniform1f;
/external/deqp/modules/gles2/functional/
Des2fShaderStructTests.cpp1196 gl.uniform1f(loc, value); in setUniform()

123