Searched defs:PixelBufferAccessAllocation (Results 1 – 1 of 1) sorted by relevance
299 struct PixelBufferAccessAllocation : public UpdatablePixelBufferAccess struct301 std::vector<unsigned char> m_data;302 PixelBufferAccessAllocation (const tcu::TextureFormat& format, const VkExtent3D& extent) in PixelBufferAccessAllocation() function307 void invalidate (void) const { /* intentionally empty, only for compability */ } in invalidate()308 void fillColor (const tcu::Vec4& color) const in fillColor()