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

12

/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl124 gl->uniform3fv = &glUniform3fv;
H A DglwInitES20.inl124 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitES30Direct.inl124 gl->uniform3fv = &glUniform3fv;
H A DglwFunctions.inl155 glUniform3fvFunc uniform3fv;
H A DglwInitES30.inl124 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitES31.inl124 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL30.inl153 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL31.inl153 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL32.inl153 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL33.inl153 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl124 dst->uniform3fv = src.uniform3fv;
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp165 virtual void uniform3fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
H A DsglrGLContext.hpp177 virtual void uniform3fv (deInt32 index, deInt32 count, const float*);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8WebGLRenderingContextCustom.cpp521 case kUniform3v: context->uniform3fv(location, array); break;
548 case kUniform3v: context->uniform3fv(location, implArray.data(), implArray.size()); break;
647 ExceptionState exceptionState(ExceptionState::ExecutionContext, "uniform3fv", "WebGLRenderingContext", info.Holder(), info.GetIsolate());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h208 virtual void uniform3fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) { } function in class:blink::MockWebGraphicsContext3D
/external/deqp/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp207 else if (scalarSize == 3) gl.uniform3fv(location, numValues, &values[0]);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.h277 void uniform3fv(const WebGLUniformLocation*, Float32Array* v);
278 void uniform3fv(const WebGLUniformLocation*, GLfloat* v, GLsizei);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl155 gl->uniform3fv = glUniform3fv;
/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp747 gl.uniform3fv(scaleLoc, 1, m_derivScale.getPtr());
748 gl.uniform3fv(biasLoc, 1, m_derivBias.getPtr());
H A Des3fShaderIndexingTests.cpp203 gl.uniform3fv(arrLoc, 4, arr[0].getPtr());
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h324 virtual void uniform3fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h328 virtual void uniform3fv(WGC3Dint location,
/external/deqp/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp315 gl.uniform3fv(scaleLoc, 1, scale.getPtr());
H A Des2fShaderIndexingTests.cpp233 gl.uniform3fv(arrLoc, 4, arr[0].getPtr());
H A Des2fShaderStructTests.cpp1190 MAKE_SET_VEC_UNIFORM (Vec3, gl.uniform3fv);

Completed in 320 milliseconds

12