Searched refs:TypedResourceManager (Results 1 – 2 of 2) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | ResourceManager.h | 62 class TypedResourceManager : public ResourceManagerBase<HandleAllocatorType> 65 TypedResourceManager() {} in TypedResourceManager() function 81 ~TypedResourceManager() override; 125 class BufferManager : public TypedResourceManager<Buffer, HandleAllocator, BufferManager, BufferID> 183 : public TypedResourceManager<Texture, HandleAllocator, TextureManager, TextureID> 213 class RenderbufferManager : public TypedResourceManager<Renderbuffer, 235 : public TypedResourceManager<Sampler, HandleAllocator, SamplerManager, SamplerID> 254 class SyncManager : public TypedResourceManager<Sync, HandleAllocator, SyncManager, GLuint> 267 : public TypedResourceManager<Framebuffer, HandleAllocator, FramebufferManager, FramebufferID> 294 class ProgramPipelineManager : public TypedResourceManager<ProgramPipeline,
|
D | ResourceManager.cpp | 64 TypedResourceManager<ResourceType, HandleAllocatorType, ImplT, IDType>::~TypedResourceManager() in ~TypedResourceManager() 70 void TypedResourceManager<ResourceType, HandleAllocatorType, ImplT, IDType>::reset( in reset() 85 void TypedResourceManager<ResourceType, HandleAllocatorType, ImplT, IDType>::deleteObject( in deleteObject() 105 template class TypedResourceManager<Buffer, HandleAllocator, BufferManager, BufferID>; variable 106 template class TypedResourceManager<Texture, HandleAllocator, TextureManager, TextureID>; variable 107 template class TypedResourceManager<Renderbuffer, variable 111 template class TypedResourceManager<Sampler, HandleAllocator, SamplerManager, SamplerID>; variable 112 template class TypedResourceManager<Sync, HandleAllocator, SyncManager, GLuint>; variable 113 template class TypedResourceManager<Framebuffer, variable 117 template class TypedResourceManager<ProgramPipeline, variable
|