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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc383 class BackTexture { class in namespace:gpu::gles2
385 explicit BackTexture(MemoryTracker* memory_tracker, ContextState* state);
386 ~BackTexture();
419 DISALLOW_COPY_AND_ASSIGN(BackTexture);
471 void AttachRenderTexture(BackTexture* texture);
1711 scoped_ptr<BackTexture> offscreen_target_color_texture_;
1723 scoped_ptr<BackTexture> offscreen_saved_color_texture_;
1729 scoped_ptr<BackTexture> offscreen_resolved_color_texture_;
1975 new BackTexture(decoder->memory_tracker(), &decoder->state_));
2024 BackTexture function in class:gpu::gles2::BackTexture
[all...]

Completed in 100 milliseconds