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

  /external/chromium_org/cc/resources/
layer_updater.h 28 PrioritizedResource* texture() { return texture_.get(); }
39 scoped_ptr<PrioritizedResource> texture_; member in class:cc::LayerUpdater::Resource
  /external/chromium_org/ui/surface/
accelerated_surface_mac.h 139 GLuint texture_; member in class:AcceleratedSurface
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h 327 GLuint texture_; member in class:content::CompositingIOSurfaceMac
  /external/chromium_org/ui/aura/bench/
bench_main.cc 185 texture_(),
212 texture_ = new WebGLTexture(context_.get(), bounds.size());
215 webgl_.SetExternalTexture(texture_.get());
219 GL_TEXTURE_2D, texture_->PrepareTexture(), 0);
229 texture_ = NULL;
240 webgl_.SetExternalTexture(texture_.get());
250 scoped_refptr<WebGLTexture> texture_; member in class:__anon16538::WebGLBench
  /external/chromium_org/cc/layers/
texture_layer_unittest.cc 791 texture_(0),
801 texture_ = context->createTexture();
807 return texture_;
853 texture_ = 0;
887 unsigned texture_; member in class:cc::__anon6490::TextureLayerClientTest
975 unsigned texture_; member in class:cc::__anon6490::TextureLayerLostContextTest
    [all...]
  /external/chromium_org/ui/compositor/
layer.h 248 const ui::Texture* texture() const { return texture_.get(); }
253 ui::Texture* external_texture() { return texture_.get(); }
409 scoped_refptr<ui::Texture> texture_; member in class:ui::Layer
  /external/chromium_org/content/common/gpu/client/
gl_helper.cc 40 : texture_(context, context->createTexture()),
44 texture_);
60 texture_,
64 WebGLId texture() const { return texture_.id(); }
69 content::ScopedTexture texture_; member in class:__anon10294::TextureFrameBufferPair
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 1147 scoped_refptr<TextureLayer> texture_ = TextureLayer::Create(NULL); variable
1339 scoped_refptr<TextureLayer> texture_; member in class:cc::__anon6573::LayerTreeHostContextTestDontUseLostResources
    [all...]
layer_tree_host_unittest.cc 1572 scoped_ptr<PrioritizedResource> texture_; member in class:cc::__anon6571::EvictionTestLayer
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
texture_manager.h 416 const Texture* texture() const { return texture_; }
417 Texture* texture() { return texture_; }
419 GLuint service_id() const { return texture_->service_id(); }
436 Texture* texture_; member in class:gpu::gles2::TextureRef

Completed in 359 milliseconds