Home
last modified time | relevance | path

Searched refs:toUnit (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.cpp141 …convertValueFromUserUnits(float value, SVGLengthMode mode, SVGLengthType toUnit, ExceptionState& e… in convertValueFromUserUnits() argument
143 switch (toUnit) { in convertValueFromUserUnits()
DSVGLengthContext.h68 …float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;
/external/deqp/modules/glshared/
DglsLongStressCase.cpp458 void toUnit (int unit) const;
604 void Texture::toUnit (const int unit) const in toUnit() function in deqp::gls::LongStressCaseInternal::Texture
1321 texture.toUnit(0); in iterate()
1335 …m_textures->get(textureNamePrefix + toString(texSpecIndices[i])).toUnit(programContext.textureSpec… in iterate()