HomeSort by relevance Sort by last modified time
    Searched refs:uniform1f (Results 1 - 25 of 54) 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...]
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 115 gl->uniform1f = &glUniform1f;
glwInitES20.inl 115 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitES30Direct.inl 115 gl->uniform1f = &glUniform1f;
glwFunctions.inl 145 glUniform1fFunc uniform1f;
glwInitES30.inl 115 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitES31.inl 115 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitGL30.inl 143 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitGL31.inl 143 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitGL32.inl 143 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitGL33.inl 143 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 115 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/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 157 gl.uniform1f(pointSizeLoc, pointSize);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 199 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) { } function in class:blink::MockWebGraphicsContext3D
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 141 gl.uniform1f(m_scaleLoc, scale);
es3fShaderDerivateTests.cpp 737 gl.uniform1f(scaleLoc, m_derivScale.x());
738 gl.uniform1f(biasLoc, m_derivBias.x());
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 145 gl->uniform1f = glUniform1f;
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 315 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) = 0;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 314 virtual void uniform1f(WGC3Dint location, WGC3Dfloat x);
  /external/deqp/modules/gles2/functional/
es2fShaderStructTests.cpp     [all...]

Completed in 679 milliseconds

1 2 3