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

1 2 3

  /external/mesa3d/src/mapi/glapi/gen/
gles_api.py 398 "Uniform1f",
  /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/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 185 GET_PROC(Uniform1f);
439 GET_PROC(Uniform1f);
GrGLProgramDataManager.cpp 67 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fFSLocation, v0));
70 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fVSLocation, v0));
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 117 gl->uniform1f = &glUniform1f;
glwInitES20.inl 117 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwFunctions.inl 516 glUniform1fFunc uniform1f;
    [all...]
glwInitES30Direct.inl 198 gl->uniform1f = &glUniform1f;
glwInitES30.inl 198 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitES31Direct.inl 260 gl->uniform1f = &glUniform1f;
glwInitGL30.inl 196 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitES31.inl 260 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitGL31.inl 207 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitGL32.inl 225 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitGL33.inl 244 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
glwInitGL40.inl 274 gl->uniform1f = (glUniform1fFunc) loader->get("glUniform1f");
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 260 dst->uniform1f = src.uniform1f;
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 173 virtual void uniform1f (deInt32 location, float);
sglrContext.hpp 161 virtual void uniform1f (deInt32 index, float) = DE_NULL;
  /external/deqp/modules/gles3/functional/
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);
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 516 gl->uniform1f = glUniform1f;
    [all...]

Completed in 1425 milliseconds

1 2 3