Home
last modified time | relevance | path

Searched refs:uniform3fv (Results 1 – 25 of 50) sorted by relevance

12

/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl124 gl->uniform3fv = &glUniform3fv;
DglwInitES30Direct.inl124 gl->uniform3fv = &glUniform3fv;
DglwInitES20.inl124 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwFunctions.inl155 glUniform3fvFunc uniform3fv; variable
DglwInitES30.inl124 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwInitGL31.inl153 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
DglwInitGL30.inl153 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl124 dst->uniform3fv = src.uniform3fv;
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp177 virtual void uniform3fv (deInt32 index, deInt32 count, const float*);
DsglrContext.hpp165 virtual void uniform3fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp207 else if (scalarSize == 3) gl.uniform3fv(location, numValues, &values[0]); in iterate()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8WebGLRenderingContextCustom.cpp602 case kUniform3v: context->uniform3fv(location, array); break; in vertexAttribAndUniformHelperf()
632 case kUniform3v: context->uniform3fv(location, data, len); break; in vertexAttribAndUniformHelperf()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.h276 void uniform3fv(const WebGLUniformLocation*, Float32Array* v);
277 void uniform3fv(const WebGLUniformLocation*, GLfloat* v, GLsizei);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h209 virtual void uniform3fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) { } in uniform3fv() function
/external/deqp/modules/gles2/functional/
Des2fShaderBuiltinVarTests.cpp315 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate()
Des2fShaderStructTests.cpp1190 MAKE_SET_VEC_UNIFORM (Vec3, gl.uniform3fv);
Des2fShaderIndexingTests.cpp233 gl.uniform3fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms()
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp488 gl.uniform3fv(scaleLoc, 1, m_derivScale.getPtr()); in iterate()
489 gl.uniform3fv(biasLoc, 1, m_derivBias.getPtr()); in iterate()
Des3fShaderStructTests.cpp1164 MAKE_SET_VEC_UNIFORM (Vec3, gl.uniform3fv);
Des3fShaderIndexingTests.cpp203 gl.uniform3fv(arrLoc, 4, arr[0].getPtr()); in setupUniforms()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp340 case 3: ctx.uniform3fv(location, 1, (float*)value.value().getValuePtr()); break; in setUniformValue()
DglsShaderRenderCase.cpp1012 gl.uniform3fv(uniLoc, 1, s_vec3Uniforms[i].value.getPtr()); in setupDefaultUniforms()
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h320 virtual void uniform3fv(WGC3Dint location, in NON_EXPORTED_BASE()
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h330 virtual void uniform3fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) = 0;
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl155 gl->uniform3fv = glUniform3fv;

12