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

1 2

  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 116 gl->uniform1fv = &glUniform1fv;
glwInitES20.inl 116 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwInitES30Direct.inl 116 gl->uniform1fv = &glUniform1fv;
glwFunctions.inl 153 glUniform1fvFunc uniform1fv;
glwInitES30.inl 116 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwInitES31.inl 116 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwInitGL30.inl 151 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwInitGL31.inl 151 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwInitGL32.inl 151 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
glwInitGL33.inl 151 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 116 dst->uniform1fv = src.uniform1fv;
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 163 virtual void uniform1fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
sglrGLContext.hpp 175 virtual void uniform1fv (deInt32 index, deInt32 count, const float*);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 264 void uniform1fv(const WebGLUniformLocation*, Float32Array* v);
265 void uniform1fv(const WebGLUniformLocation*, GLfloat* v, GLsizei);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockWebGraphicsContext3D.h 201 virtual void uniform1fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) { } function in class:blink::MockWebGraphicsContext3D
  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 205 if (scalarSize == 1) gl.uniform1fv(location, numValues, &values[0]);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 600 case kUniform1v: context->uniform1fv(location, array); break;
630 case kUniform1v: context->uniform1fv(location, data, len); break;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp 821 ctx.uniform1fv(ctx.getUniformLocation(program, "u_minGradient"), 1, &gradientMin);
822 ctx.uniform1fv(ctx.getUniformLocation(program, "u_maxGradient"), 1, &gradientMax);
    [all...]
es3fShaderIndexingTests.cpp 185 gl.uniform1fv(arrLoc, 4, &arr[0]);
    [all...]
es3fShaderStructTests.cpp     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 153 gl->uniform1fv = glUniform1fv;
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 322 virtual void uniform1fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) = 0;
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 307 virtual void uniform1fv(WGC3Dint location,
  /external/deqp/modules/gles2/functional/
es2fShaderIndexingTests.cpp 215 gl.uniform1fv(arrLoc, 4, &arr[0]);
    [all...]
es2fShaderStructTests.cpp     [all...]

Completed in 1003 milliseconds

1 2