HomeSort by relevance Sort by last modified time
    Searched defs:TextureRef (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
texture_manager.cc 129 void Texture::AddTextureRef(TextureRef* ref) {
138 void Texture::RemoveTextureRef(TextureRef* ref, bool have_context) {
801 TextureRef::TextureRef(TextureManager* manager,
814 scoped_refptr<TextureRef> TextureRef::Create(TextureManager* manager,
817 return new TextureRef(manager, client_id, new Texture(service_id));
820 TextureRef::~TextureRef() {
879 scoped_refptr<TextureRef>
    [all...]
texture_manager.h 36 class TextureRef;
40 // jointly owned by possibly multiple TextureRef.
168 friend class TextureRef;
172 void AddTextureRef(TextureRef* ref);
173 void RemoveTextureRef(TextureRef* ref, bool have_context);
328 typedef std::set<TextureRef*> RefSet;
331 // The single TextureRef that accounts for memory for this texture. Must be
333 TextureRef* memory_tracking_ref_;
391 // Multiple TextureRef can point to the same texture with cross-context sharing.
393 // Note: for stream textures, the TextureRef that created the stream texture i
    [all...]

Completed in 33 milliseconds