HomeSort by relevance Sort by last modified time
    Searched defs:PixelBufferAccess (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuTexture.hpp 371 * \note PixelBufferAccess may not have any data members nor add any
373 * PixelBufferAccess to ConstPixelBufferAccess.
375 class PixelBufferAccess : public ConstPixelBufferAccess
378 PixelBufferAccess (void) {}
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 getAccess (void) { return isEmpty() ? PixelBufferAccess() : PixelBufferAccess(m_format, m_si (…)
    [all...]
tcuTexture.cpp 880 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, void* data)
885 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, const IVec3& size, void* data)
890 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data)
895 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, void* data)
900 PixelBufferAccess::PixelBufferAccess (TextureLevel& level
    [all...]

Completed in 88 milliseconds