Searched refs:uniform1f (Results 1 - 25 of 53) 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);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl115 gl->uniform1f = &glUniform1f;
H A DglwInitES20.inl115 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
H A DglwInitES30Direct.inl115 gl->uniform1f = &glUniform1f;
H A DglwFunctions.inl145 glUniform1fFunc uniform1f;
H A DglwInitES30.inl115 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
H A DglwInitES31.inl115 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
H A DglwInitGL30.inl143 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
H A DglwInitGL31.inl143 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
H A DglwInitGL32.inl143 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
H A DglwInitGL33.inl143 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl115 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/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.cpp2041 gl.uniform1f(tessLevelInner0Loc, innerLevels[0]);
2042 gl.uniform1f(tessLevelInner1Loc, innerLevels[1]);
2043 gl.uniform1f(tessLevelOuter0Loc, outerLevels[0]);
2044 gl.uniform1f(tessLevelOuter1Loc, outerLevels[1]);
2045 gl.uniform1f(tessLevelOuter2Loc, outerLevels[2]);
2046 gl.uniform1f(tessLevelOuter3Loc, outerLevels[3]);
2220 gl.uniform1f(tessLevelOuter1Loc, outerLevel1);
2373 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelInner0"), innerLevels[0]);
2374 gl.uniform1f(gl.getUniformLocation(programGL, "u_tessLevelInner1"), innerLevels[1]);
2375 gl.uniform1f(g
[all...]
H A Des31fShaderHelperInvocationTests.cpp157 gl.uniform1f(pointSizeLoc, pointSize);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h199 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) { } function in class:blink::MockWebGraphicsContext3D
/external/deqp/modules/gles3/functional/
H A Des3fLifetimeTests.cpp141 gl.uniform1f(m_scaleLoc, scale);
H A Des3fShaderDerivateTests.cpp737 gl.uniform1f(scaleLoc, m_derivScale.x());
738 gl.uniform1f(biasLoc, m_derivBias.x());
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl145 gl->uniform1f = glUniform1f;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h315 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h314 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x);
/external/deqp/modules/gles2/functional/
H A Des2fShaderStructTests.cpp1196 gl.uniform1f(loc, value);

Completed in 512 milliseconds

123