Searched defs:PixelBufferAccess (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.hpp297 * \note PixelBufferAccess may not have any data members nor add any
299 * PixelBufferAccess to ConstPixelBufferAccess.
301 class PixelBufferAccess : public ConstPixelBufferAccess class in namespace:tcu
304 PixelBufferAccess (void) {} function in class:tcu::PixelBufferAccess
305 PixelBufferAccess (TextureLevel& level);
306 PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, void* data);
307 PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data);
344 PixelBufferAccess getAccess (void) { return PixelBufferAccess(m_format, m_width, m_height, m_depth, getPtr()); }
537 const PixelBufferAccess
[all...]
H A DtcuTexture.cpp566 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, void* data) function in class:tcu::PixelBufferAccess
571 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data) function in class:tcu::PixelBufferAccess
576 PixelBufferAccess::PixelBufferAccess (TextureLevel& level) function in class:tcu::PixelBufferAccess
581 void PixelBufferAccess::setPixels (const void* buf, int bufSize) const
844 void PixelBufferAccess::setPixel (const Vec4& color, int x, int y, int z) const
940 void PixelBufferAccess::setPixel (const IVec4& color, int x, int y, int z) const
1002 void PixelBufferAccess
[all...]

Completed in 100 milliseconds