Searched refs:uniform2fv (Results 1 - 25 of 63) sorted by relevance

123

/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl122 gl->uniform2fv = &glUniform2fv;
H A DglwInitES20.inl122 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
H A DglwInitES30Direct.inl205 gl->uniform2fv = &glUniform2fv;
H A DglwInitES31Direct.inl267 gl->uniform2fv = &glUniform2fv;
H A DglwInitES30.inl205 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
H A DglwInitES32Direct.inl311 gl->uniform2fv = &glUniform2fv;
H A DglwFunctions.inl737 glUniform2fvFunc uniform2fv;
H A DglwInitES31.inl267 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
H A DglwInitES32.inl311 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
H A DglwInitGL30.inl203 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
H A DglwInitGL31.inl214 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
H A DglwInitGL32.inl232 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
H A DglwInitGL33.inl251 gl->uniform2fv = (glUniform2fvFunc) loader->get("glUniform2fv");
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl267 dst->uniform2fv = src.uniform2fv;
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPrimitiveCoverage.cpp598 gl.uniform2fv(innerLevelUniformLocation, 1 /* count */, inner_levels);
H A DesextcTessellationShaderVertexOrdering.cpp428 gl.uniform2fv(inner_tess_level_uniform_location, 1 /* count */, test_iteration.inner_tess_levels);
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp164 virtual void uniform2fv (deInt32 index, deInt32 count, const float*) = DE_NULL;
H A DsglrGLContext.hpp176 virtual void uniform2fv (deInt32 index, deInt32 count, const float*);
/external/deqp/external/openglcts/modules/common/
H A DglcShaderStructTests.cpp1004 MAKE_SET_VEC_UNIFORM(Vec2, gl.uniform2fv);
1006 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
H A DglcShaderLibraryCase.cpp142 gl.uniform2fv(loc, 1, &val.elements[elemNdx].float32);
/external/deqp/modules/gles2/functional/
H A Des2fShaderStructTests.cpp1189 MAKE_SET_VEC_UNIFORM (Vec2, gl.uniform2fv);
1191 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
/external/deqp/modules/gles3/functional/
H A Des3fShaderStructTests.cpp1196 MAKE_SET_VEC_UNIFORM (Vec2, gl.uniform2fv);
1198 MAKE_SET_VEC_UNIFORM_PTR(Vec2, gl.uniform2fv);
H A Des3fShaderDerivateTests.cpp742 gl.uniform2fv(scaleLoc, 1, m_derivScale.getPtr());
743 gl.uniform2fv(biasLoc, 1, m_derivBias.getPtr());
/external/deqp/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp207 else if (scalarSize == 2) gl.uniform2fv(location, numValues, &values[0]);
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.cpp155 fFunctions.fUniform2fv = bind_to_member(this, &GrGLTestInterface::uniform2fv);

Completed in 2415 milliseconds

123