Home
last modified time | relevance | path

Searched refs:LayeredImage (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp571 class LayeredImage class
574 LayeredImage (TextureType type, const TextureFormat& format, int w, int h, int d);
598 LayeredImage (const LayeredImage&);
599 LayeredImage& operator= (const LayeredImage&);
618 LayeredImage::LayeredImage (TextureType type, const TextureFormat& format, int w, int h, int d) in LayeredImage() function in deqp::gles31::Functional::__anonb29d2c9e0111::LayeredImage
648 void LayeredImage::setPixel (int x, int y, int z, const ColorT& color) const in setPixel()
660 Vec4 LayeredImage::getPixel (int x, int y, int z) const in getPixel()
666 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const in getPixelInt()
672 PixelBufferAccess LayeredImage::getAccessInternal (void) const in getAccessInternal()
683 PixelBufferAccess LayeredImage::getSliceAccessInternal (int slice) const in getSliceAccessInternal()
[all …]