Searched defs:InitStorage (Results 1 – 5 of 5) sorted by relevance
34 void TargetMemory::InitStorage(TraceProcessorContext* context) { in InitStorage() function in perfetto::trace_processor::etm::TargetMemory
163 void InitStorage(int data_dir_fd) { in InitStorage() function
522 void Buffer::InitStorage(glw::GLenum target, glw::GLenum flags, glw::GLsizeiptr size, const glw::GL… in InitStorage() function in gl4cts::BufferStorage::Buffer
1009 void Texture::InitStorage(deqp::Context &context, glw::GLenum target, glw::GLsizei levels, glw::GLe… in InitStorage() function in gl4cts::MultiBind::Texture
2332 llvm::PointerIntPair<void *, 2, InitStorageKind> InitStorage; variable