HomeSort by relevance Sort by last modified time
    Searched refs:uniform1f (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/deqp/modules/glshared/
glsSamplerObjectTest.cpp 318 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);
    [all...]
glsTextureTestUtil.cpp 450 gl.uniform1f(gl.getUniformLocation(prog, "u_bias"), params.bias);
457 gl.uniform1f(gl.getUniformLocation(prog, "u_ref"), params.ref);
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 117 gl->uniform1f = &glUniform1f;
glwInitES20.inl 117 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitES30Direct.inl 198 gl->uniform1f = &glUniform1f;
glwInitES31Direct.inl 260 gl->uniform1f = &glUniform1f;
glwInitES30.inl 198 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitES32Direct.inl 304 gl->uniform1f = &glUniform1f;
glwFunctions.inl     [all...]
glwInitES31.inl 260 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitES32.inl 304 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
    [all...]
glwInitGL30.inl 196 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitGL31.inl 207 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 260 dst->uniform1f = src.uniform1f;
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 161 virtual void uniform1f (deInt32 index, float) = DE_NULL;
sglrGLContext.hpp 173 virtual void uniform1f (deInt32 location, float);
  /external/deqp/modules/gles3/functional/
es3fShaderMetamorphicTests.cpp 151 gl.uniform1f(uniformLoc, 0.0f);
es3fLifetimeTests.cpp 141 gl.uniform1f(m_scaleLoc, scale);
  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 353 gl.uniform1f(location, m_branchType == BRANCH_TRUE ? +1.0f : -1.0f);
626 gl.uniform1f(location, loopBound);
  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp 357 gl.uniform1f(location, m_branchType == BRANCH_TRUE ? +1.0f : -1.0f);
634 gl.uniform1f(location, loopBound);
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]
es31fShaderHelperInvocationTests.cpp 186 gl.uniform1f(pointSizeLoc, pointSize);
es31fPrimitiveBoundingBoxTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cConditionalRenderInvertedTests.cpp 530 gl.uniform1f(location, red);
  /external/skia/src/gpu/gl/
GrGLTestInterface.cpp 149 fFunctions.fUniform1f = bind_to_member(this, &GrGLTestInterface::uniform1f);

Completed in 460 milliseconds

1 2 3