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

1 2 3

  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 122 gl->uniform2fv = &glUniform2fv;
glwInitES20.inl 122 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwInitES30Direct.inl 205 gl->uniform2fv = &glUniform2fv;
glwInitES31Direct.inl 267 gl->uniform2fv = &glUniform2fv;
glwInitES30.inl 205 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwInitES32Direct.inl 311 gl->uniform2fv = &glUniform2fv;
glwFunctions.inl     [all...]
glwInitES31.inl 267 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwInitES32.inl 311 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
    [all...]
glwInitGL30.inl 203 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwInitGL31.inl 214 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwInitGL32.inl 232 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
glwInitGL33.inl 251 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 267 dst->uniform2fv = src.uniform2fv;
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderPrimitiveCoverage.cpp 598 gl.uniform2fv(innerLevelUniformLocation, 1 /* count */, inner_levels);
esextcTessellationShaderVertexOrdering.cpp 428 gl.uniform2fv(inner_tess_level_uniform_location, 1 /* count */, test_iteration.inner_tess_levels);
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 164 virtual void uniform2fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
sglrGLContext.hpp 176 virtual void uniform2fv (deInt32 index, deInt32 count, const float*);
  /external/deqp/external/openglcts/modules/common/
glcShaderStructTests.cpp     [all...]
glcShaderLibraryCase.cpp 142 gl.uniform2fv(loc, 1, &val.elements[elemNdx].float32);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderStructTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderStructTests.cpp     [all...]
es3fShaderDerivateTests.cpp 742 gl.uniform2fv(scaleLoc, 1, m_derivScale.getPtr());
743 gl.uniform2fv(biasLoc, 1, m_derivBias.getPtr());
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 207 else if (scalarSize == 2) gl.uniform2fv(location, numValues, &values[0]);
  /external/skia/src/gpu/gl/
GrGLTestInterface.cpp 155 fFunctions.fUniform2fv = bind_to_member(this, &GrGLTestInterface::uniform2fv);

Completed in 937 milliseconds

1 2 3