Home
last modified time | relevance | path

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

/external/skia/samplecode/
DClockFaceView.cpp44 void begin(const SkIRect& uvBounds, SkPath* dst) const override { in begin() argument
48 this->INHERITED::begin(uvBounds, dst); in begin()
/external/skia/include/effects/
DSk2DPathEffect.h26 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const;
/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.cpp1066 std::vector<Vec4>& uvBounds, in calculateBounds() argument
1085 uvBounds.resize(sts.size(), Vec4(TCU_INFINITY, -TCU_INFINITY, TCU_INFINITY, -TCU_INFINITY)); in calculateBounds()
1106 uvBounds[ndx][0] = (float)u.lo(); in calculateBounds()
1107 uvBounds[ndx][1] = (float)u.hi(); in calculateBounds()
1109 uvBounds[ndx][2] = (float)v.lo(); in calculateBounds()
1110 uvBounds[ndx][3] = (float)v.hi(); in calculateBounds()
2014 vector<Vec4> uvBounds; in textureConversionTest() local
2051 …econstruction, config.addressModeU, config.addressModeV, minBounds, maxBounds, uvBounds, ijBounds); in textureConversionTest()
2142 log << TestLog::Message << " UMin : " << uvBounds[ndx][0] << TestLog::EndMessage; in textureConversionTest()
2143 log << TestLog::Message << " UMax : " << uvBounds[ndx][1] << TestLog::EndMessage; in textureConversionTest()
[all …]