Searched refs:UnMap (Results 1 – 4 of 4) sorted by relevance
123 void UnMap();160 static void UnMap(const glw::Functions& gl, glw::GLenum target);606 void Buffer::UnMap() in UnMap() function in gl4cts::BufferStorage::Buffer610 UnMap(gl, m_target); in UnMap()820 void Buffer::UnMap(const glw::Functions& gl, glw::GLenum target) in UnMap() function in gl4cts::BufferStorage::Buffer861 m_buffer->UnMap(); in ~MapOwner()
189 void UnMap();209 static void UnMap(const glw::Functions& gl, BUFFERS buffer);
1785 void Buffer::UnMap() in UnMap() function in gl4cts::EnhancedLayouts::Utils::Buffer1789 return UnMap(gl, m_buffer); in UnMap()1914 void Buffer::UnMap(const Functions& gl, BUFFERS buffer) in UnMap() function in gl4cts::EnhancedLayouts::Utils::Buffer5861 buffer->UnMap(); in test()26245 buffer->UnMap(); in test()26683 buffer->UnMap(); in test()27030 buffer->UnMap(); in test()27380 buffer->UnMap(); in test()
1208 class UnMap : public Command class1211 UnMap (void) {} in UnMap() function in vkt::memory::__anon4b5b56ce0111::UnMap1212 ~UnMap (void) {} in ~UnMap()8842 case OP_UNMAP: return de::MovePtr<Command>(new UnMap()); in createHostCommand()