Searched defs:getPixelUint (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/framework/common/ | ||
| D | tcuTexture.hpp | 378 …UVec4 getPixelUint (int x, int y, int z = 0) const { return getPixelInt(x, y, z).cast<deUin… in getPixelUint() function in tcu::ConstPixelBufferAccess |
| /third_party/vk-gl-cts/modules/gles31/functional/ | ||
| D | es31fShaderImageLoadStoreTests.cpp | 621 …UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint();… in getPixelUint() function in deqp::gles31::Functional::__anon278e477f0111::LayeredImage |