Home
last modified time | relevance | path

Searched refs:uniform1fv (Results 1 – 25 of 47) sorted by relevance

12

/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl116 gl->uniform1fv = &glUniform1fv;
DglwInitES30Direct.inl116 gl->uniform1fv = &glUniform1fv;
DglwInitES20.inl116 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwFunctions.inl153 glUniform1fvFunc uniform1fv; variable
DglwInitES30.inl116 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwInitGL31.inl151 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwInitGL30.inl151 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwInitGL32.inl151 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
DglwInitES31.inl116 gl->uniform1fv = (glUniform1fvFunc) loader->get("glUniform1fv");
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl116 dst->uniform1fv = src.uniform1fv;
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp175 virtual void uniform1fv (deInt32 index, deInt32 count, const float*);
DsglrContext.hpp163 virtual void uniform1fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp205 if (scalarSize == 1) gl.uniform1fv(location, numValues, &values[0]); in iterate()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8WebGLRenderingContextCustom.cpp600 case kUniform1v: context->uniform1fv(location, array); break; in vertexAttribAndUniformHelperf()
630 case kUniform1v: context->uniform1fv(location, data, len); break; in vertexAttribAndUniformHelperf()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.h264 void uniform1fv(const WebGLUniformLocation*, Float32Array* v);
265 void uniform1fv(const WebGLUniformLocation*, GLfloat* v, GLsizei);
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp821 ctx.uniform1fv(ctx.getUniformLocation(program, "u_minGradient"), 1, &gradientMin); in setUniforms()
822 ctx.uniform1fv(ctx.getUniformLocation(program, "u_maxGradient"), 1, &gradientMax); in setUniforms()
Des3fShaderStructTests.cpp1184 gl.uniform1fv(loc, arraySize, value); in setUniform()
Des3fShaderIndexingTests.cpp185 gl.uniform1fv(arrLoc, 4, &arr[0]); in setupUniforms()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h201 virtual void uniform1fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) { } in uniform1fv() function
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp338 case 1: ctx.uniform1fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h307 virtual void uniform1fv(WGC3Dint location, in NON_EXPORTED_BASE()
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h322 virtual void uniform1fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) = 0;
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl153 gl->uniform1fv = glUniform1fv;
/external/deqp/modules/gles2/functional/
Des2fShaderStructTests.cpp1210 gl.uniform1fv(loc, arraySize, value); in setUniform()
Des2fShaderIndexingTests.cpp215 gl.uniform1fv(arrLoc, 4, &arr[0]); in setupUniforms()

12