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

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

Completed in 3043 milliseconds