Searched defs:PixelBufferAccess (Results 1 - 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
H A D | tcuTexture.hpp | 371 * \note PixelBufferAccess may not have any data members nor add any 373 * PixelBufferAccess to ConstPixelBufferAccess. 375 class PixelBufferAccess : public ConstPixelBufferAccess class in namespace:tcu 378 PixelBufferAccess (void) {} function in class:tcu::PixelBufferAccess 379 PixelBufferAccess (TextureLevel& level); 380 PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, void* data); 381 PixelBufferAccess (const TextureFormat& format, const IVec3& size, void* data); 382 PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data); 383 PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, void* data); 421 PixelBufferAccess getAcces [all...] |
H A D | tcuTexture.cpp | 880 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 235 milliseconds