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()
192 void UnMap();212 static void UnMap(const glw::Functions& gl, BUFFERS buffer);
1842 void Buffer::UnMap() in UnMap() function in gl4cts::EnhancedLayouts::Utils::Buffer1846 return UnMap(gl, m_buffer); in UnMap()1971 void Buffer::UnMap(const Functions& gl, BUFFERS buffer) in UnMap() function in gl4cts::EnhancedLayouts::Utils::Buffer5916 buffer->UnMap(); in test()26408 buffer->UnMap(); in test()26846 buffer->UnMap(); in test()27193 buffer->UnMap(); in test()27543 buffer->UnMap(); in test()
1212 class UnMap : public Command class1215 UnMap (void) {} in UnMap() function in vkt::memory::__anon09d9cc850111::UnMap1216 ~UnMap (void) {} in ~UnMap()8877 case OP_UNMAP: return de::MovePtr<Command>(new UnMap()); in createHostCommand()