Searched defs:InitStorage (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/src/trace_processor/ | ||
D | proto_trace_parser_unittest.cc | 160 void InitStorage() { in InitStorage() function in perfetto::trace_processor::__anon83c82cc70111::ProtoTraceParserTest |
/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 |