Home
last modified time | relevance | path

Searched refs:uvBounds (Results 1 – 10 of 10) sorted by relevance

/external/skia/samplecode/
DSampleTextEffects.cpp35 void begin(const SkIRect& uvBounds, SkPath* dst) const override { in begin() argument
39 this->INHERITED::begin(uvBounds, dst); in begin()
/external/skqp/samplecode/
DSampleTextEffects.cpp35 void begin(const SkIRect& uvBounds, SkPath* dst) const override { in begin() argument
39 this->INHERITED::begin(uvBounds, dst); in begin()
/external/skia/include/effects/
DSk2DPathEffect.h24 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
/external/skqp/include/effects/
DSk2DPathEffect.h24 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
/external/skqp/src/effects/
DSk2DPathEffect.cpp66 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {} in begin() argument
/external/skia/src/effects/
DSk2DPathEffect.cpp66 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {} in begin() argument
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp645 vector<Vec4> uvBounds; in textureConversionTest() local
685 …econstruction, config.addressModeU, config.addressModeV, minBounds, maxBounds, uvBounds, ijBounds); in textureConversionTest()
690 …onfig.addressModeU, config.addressModeV, minMidpointBounds, maxMidpointBounds, uvBounds, ijBounds); in textureConversionTest()
813 log << TestLog::Message << " UMin : " << uvBounds[ndx][0] << TestLog::EndMessage; in textureConversionTest()
814 log << TestLog::Message << " UMax : " << uvBounds[ndx][1] << TestLog::EndMessage; in textureConversionTest()
815 log << TestLog::Message << " VMin : " << uvBounds[ndx][2] << TestLog::EndMessage; in textureConversionTest()
816 log << TestLog::Message << " VMax : " << uvBounds[ndx][3] << TestLog::EndMessage; in textureConversionTest()
DvktYCbCrUtil.hpp203 std::vector<tcu::Vec4>& uvBounds,
DvktYCbCrUtil.cpp1797 std::vector<Vec4>& uvBounds, in calculateBounds() argument
1816 uvBounds.resize(sts.size(), Vec4(TCU_INFINITY, -TCU_INFINITY, TCU_INFINITY, -TCU_INFINITY)); in calculateBounds()
1837 uvBounds[ndx][0] = (float)u.lo(); in calculateBounds()
1838 uvBounds[ndx][1] = (float)u.hi(); in calculateBounds()
1840 uvBounds[ndx][2] = (float)v.lo(); in calculateBounds()
1841 uvBounds[ndx][3] = (float)v.hi(); in calculateBounds()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp1051 std::vector<tcu::Vec4> uvBounds; in generateYCbCrImage() local
1053 …ion, config.addressModeU, config.addressModeV, ycbcrMinBounds, ycbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage()
1061 …dressModeU, config.addressModeV, relaxedYcbcrMinBounds, relaxedYcbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage()