Searched defs:TextureRef (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager.cc90 void Texture::AddTextureRef(TextureRef* ref) {
99 void Texture::RemoveTextureRef(TextureRef* ref, bool have_context) {
841 TextureRef::TextureRef(TextureManager* manager, function in class:gpu::gles2::TextureRef
854 scoped_refptr<TextureRef> TextureRef::Create(TextureManager* manager,
857 return new TextureRef(manager, client_id, new Texture(service_id));
860 TextureRef::~TextureRef() {
922 scoped_refptr<TextureRef>
[all...]
H A Dtexture_manager.h34 class TextureRef;
38 // jointly owned by possibly multiple TextureRef.
172 friend class TextureRef;
176 void AddTextureRef(TextureRef* ref);
177 void RemoveTextureRef(TextureRef* ref, bool have_context);
333 typedef std::set<TextureRef*> RefSet;
336 // The single TextureRef that accounts for memory for this texture. Must be
338 TextureRef* memory_tracking_ref_;
399 // Multiple TextureRef can point to the same texture with cross-context sharing.
400 class GPU_EXPORT TextureRef class in namespace:gpu::gles2
[all...]

Completed in 546 milliseconds