Home
last modified time | relevance | path

Searched defs:sampleY (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/codec/
DSkSampler.h27 void setSampleY(int sampleY) { in setSampleY()
34 int sampleY() const { in sampleY() function
DSkSampledCodec.cpp211 const int sampleY = subsetHeight / info.height(); in sampledDecode() local
DSkPngCodec.cpp575 const int sampleY = this->swizzler()->sampleY(); in decode() local
732 const int sampleY = this->swizzler() ? this->swizzler()->sampleY() : 1; in decode() local
DSkGifCodec.cpp549 const int sampleY = fSwizzler->sampleY(); in haveDecodedRow() local
/external/swiftshader/src/Shader/
DConstants.hpp82 float4 sampleY[4][16]; member
/external/deqp/framework/common/
DtcuTexture.cpp2337 const int sampleY = wrap(sampler.wrapT, y0 + offsets[i].y(), h); in fetchGatherArray2DOffsets() local