Searched defs:InitStorage (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/src/trace_processor/importers/etm/ | ||
D | target_memory.cc | 37 void TargetMemory::InitStorage(TraceProcessorContext* context) { in InitStorage() function in perfetto::trace_processor::etm::TargetMemory |
/external/deqp/external/openglcts/modules/gl/ | ||
D | gl4cBufferStorageTests.cpp | 522 void Buffer::InitStorage(glw::GLenum target, glw::GLenum flags, glw::GLsizeiptr size, const glw::GL… in InitStorage() function in gl4cts::BufferStorage::Buffer |
D | gl4cMultiBindTests.cpp | 1009 void Texture::InitStorage(deqp::Context &context, glw::GLenum target, glw::GLsizei levels, glw::GLe… in InitStorage() function in gl4cts::MultiBind::Texture |
/external/clang/include/clang/AST/ | ||
D | Decl.h | 2332 llvm::PointerIntPair<void *, 2, InitStorageKind> InitStorage; variable |