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 376 * \note PixelBufferAccess may not have any data members nor add any
378 * PixelBufferAccess to ConstPixelBufferAccess.
380 class PixelBufferAccess : public ConstPixelBufferAccess
383 PixelBufferAccess (void) {}
384 PixelBufferAccess (TextureLevel& level);
385 PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, void* data);
386 PixelBufferAccess (const TextureFormat& format, const IVec3& size, void* data);
387 PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data);
388 PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, void* data);
426 PixelBufferAccess getAccess (void) { return isEmpty() ? PixelBufferAccess() : PixelBufferAccess(m_format, m_si (…)
    [all...]
tcuTexture.cpp     [all...]

Completed in 282 milliseconds