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

/external/deqp/framework/common/
H A DtcuTexture.hpp373 * \note PixelBufferAccess may not have any data members nor add any
375 * PixelBufferAccess to ConstPixelBufferAccess.
377 class PixelBufferAccess : public ConstPixelBufferAccess class in namespace:tcu
380 PixelBufferAccess (void) {} function in class:tcu::PixelBufferAccess
381 PixelBufferAccess (TextureLevel& level);
382 PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, void* data);
383 PixelBufferAccess (const TextureFormat& format, const IVec3& size, void* data);
384 PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data);
385 PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, void* data);
423 PixelBufferAccess getAcces
[all...]
H A DtcuTexture.cpp880 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, void* data) function in class:tcu::PixelBufferAccess
885 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, const IVec3& size, void* data) function in class:tcu::PixelBufferAccess
890 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data) function in class:tcu::PixelBufferAccess
895 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, void* data) function in class:tcu::PixelBufferAccess
900 PixelBufferAccess::PixelBufferAccess (TextureLeve function in class:tcu::PixelBufferAccess
[all...]

Completed in 77 milliseconds