Searched defs:getPixelUint (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ | ||
D | tcuTexture.hpp | 376 …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/ | ||
D | es31fShaderImageLoadStoreTests.cpp | 594 …UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint();… in getPixelUint() function in deqp::gles31::Functional::__anondc4033860111::LayeredImage |