Searched refs:LayeredImage (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 560 class LayeredImage class 563 LayeredImage (TextureType type, const TextureFormat& format, int w, int h, int d); 587 LayeredImage (const LayeredImage&); 588 LayeredImage& operator= (const LayeredImage&); 607 LayeredImage::LayeredImage (TextureType type, const TextureFormat& format, int w, int h, int d) in LayeredImage() function in deqp::gles31::Functional::__anon0a49b9df0111::LayeredImage 637 void LayeredImage::setPixel (int x, int y, int z, const ColorT& color) const in setPixel() 649 Vec4 LayeredImage::getPixel (int x, int y, int z) const in getPixel() 655 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const in getPixelInt() 661 PixelBufferAccess LayeredImage::getAccessInternal (void) const in getAccessInternal() 672 PixelBufferAccess LayeredImage::getSliceAccessInternal (int slice) const in getSliceAccessInternal() [all …]
|