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

123

/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl126 gl->uniform3fv = &glUniform3fv;
H A DglwInitES20.inl126 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitES30Direct.inl211 gl->uniform3fv = &glUniform3fv;
H A DglwInitES31Direct.inl273 gl->uniform3fv = &glUniform3fv;
H A DglwInitES30.inl211 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitES32Direct.inl317 gl->uniform3fv = &glUniform3fv;
H A DglwFunctions.inl745 glUniform3fvFunc uniform3fv;
H A DglwInitES31.inl273 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitES32.inl317 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL30.inl209 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL31.inl220 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL32.inl238 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
H A DglwInitGL33.inl257 gl->uniform3fv = (glUniform3fvFunc) loader->get("glUniform3fv");
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl273 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/deqp/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp208 else if (scalarSize == 3) gl.uniform3fv(location, numValues, &values[0]);
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp159 fFunctions.fUniform3fv = bind_to_member(this, &GrGLTestInterface::uniform3fv);
/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp747 gl.uniform3fv(scaleLoc, 1, m_derivScale.getPtr());
748 gl.uniform3fv(biasLoc, 1, m_derivBias.getPtr());
/external/deqp/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp145 gl.uniform3fv(loc, 1, &val.elements[elemNdx].float32);
H A DglcShaderRenderCase.cpp1071 gl.uniform3fv(uniLoc, 1, s_vec3Uniforms[i].value.getPtr());
H A DglcShaderStructTests.cpp1005 MAKE_SET_VEC_UNIFORM(Vec3, gl.uniform3fv);
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cGPUShader5Tests.cpp292 gl.uniform3fv(location, 1, f_data);
/external/deqp/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp322 gl.uniform3fv(scaleLoc, 1, scale.getPtr());
H A Des2fShaderIndexingTests.cpp233 gl.uniform3fv(arrLoc, 4, arr[0].getPtr());

Completed in 359 milliseconds

123