Home
last modified time | relevance | path

Searched defs:getPixelUint (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.hpp361 …UVec4 getPixelUint (int x, int y, int z = 0) const { return getPixelInt(x, y, z).cast<deUin… in getPixelUint() function in tcu::ConstPixelBufferAccess
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp587 …UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint();… in getPixelUint() function in deqp::gles31::Functional::__anon6ae108680111::LayeredImage