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

1 2 3

  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 124 gl->uniform3fv = &glUniform3fv;
glwInitES20.inl 124 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwInitES30Direct.inl 124 gl->uniform3fv = &glUniform3fv;
glwFunctions.inl 155 glUniform3fvFunc uniform3fv;
glwInitES30.inl 124 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwInitES31.inl 124 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwInitGL30.inl 153 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwInitGL31.inl 153 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwInitGL32.inl 153 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
glwInitGL33.inl 153 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 124 dst->uniform3fv = src.uniform3fv;
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 165 virtual void uniform3fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
sglrGLContext.hpp 177 virtual void uniform3fv (deInt32 index, deInt32 count, const float*);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 276 void uniform3fv(const WebGLUniformLocation*, Float32Array* v);
277 void uniform3fv(const WebGLUniformLocation*, GLfloat* v, GLsizei);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 209 virtual void uniform3fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) { } function in class:blink::MockWebGraphicsContext3D
  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 207 else if (scalarSize == 3) gl.uniform3fv(location, numValues, &values[0]);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 602 case kUniform3v: context->uniform3fv(location, array); break;
632 case kUniform3v: context->uniform3fv(location, data, len); break;
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 155 gl->uniform3fv = glUniform3fv;
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 488 gl.uniform3fv(scaleLoc, 1, m_derivScale.getPtr());
489 gl.uniform3fv(biasLoc, 1, m_derivBias.getPtr());
    [all...]
es3fShaderIndexingTests.cpp 203 gl.uniform3fv(arrLoc, 4, arr[0].getPtr());
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 330 virtual void uniform3fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) = 0;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 320 virtual void uniform3fv(WGC3Dint location,
  /external/deqp/modules/gles2/functional/
es2fShaderBuiltinVarTests.cpp 315 gl.uniform3fv(scaleLoc, 1, scale.getPtr());
es2fShaderIndexingTests.cpp 233 gl.uniform3fv(arrLoc, 4, arr[0].getPtr());
    [all...]
es2fShaderStructTests.cpp     [all...]

Completed in 1526 milliseconds

1 2 3