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

  /external/chromium_org/cc/resources/
layer_updater.cc 12 : texture_(texture.Pass()) {}
layer_updater.h 28 PrioritizedResource* texture() { return texture_.get(); }
39 scoped_ptr<PrioritizedResource> texture_; member in class:cc::LayerUpdater::Resource
  /external/chromium_org/content/browser/aura/
no_transport_image_transport_factory.cc 22 texture_(context_provider_->Context3d()->createTexture()) {}
24 virtual unsigned int PrepareTexture() OVERRIDE { return texture_; }
33 context_provider_->Context3d()->deleteTexture(texture_);
37 unsigned texture_; member in class:content::__anon10322::FakeTexture
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 20 texture_(0),
95 glBindTexture(target, texture_);
139 if (!texture_) {
141 texture_ = CreateTexture(target);
148 glBindTexture(target, texture_);
157 texture_,
211 } else if (!texture_) {
213 texture_ = CreateTexture(target);
accelerated_surface_mac.h 139 GLuint texture_; member in class:AcceleratedSurface
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_shader_programs_mac.cc 47 uniform sampler2DRect texture_;
50 gl_FragColor = vec4(texture2DRect(texture_, texture_coord).rgb, 1.0);
127 uniform sampler2DRect texture_;
134 vec3 pixel0 = texture2DRect(texture_, texture_coord0).rgb;
135 vec3 pixel1 = texture2DRect(texture_, texture_coord1).rgb;
136 vec3 pixel2 = texture2DRect(texture_, texture_coord2).rgb;
137 vec3 pixel3 = texture2DRect(texture_, texture_coord3).rgb;
180 uniform sampler2DRect texture_;
187 vec4 lo_uuvv = texture2DRect(texture_, texture_coord0);
188 vec4 hi_uuvv = texture2DRect(texture_, texture_coord1)
    [all...]
compositing_iosurface_mac.h 320 GLuint texture_; member in class:content::CompositingIOSurfaceMac
  /external/chromium_org/ui/aura/bench/
bench_main.cc 182 texture_(),
210 texture_ = new WebGLTexture(gl, bounds.size());
213 webgl_.SetExternalTexture(texture_.get());
217 GL_TEXTURE_2D, texture_->PrepareTexture(), 0);
226 texture_ = NULL;
237 webgl_.SetExternalTexture(texture_.get());
247 scoped_refptr<WebGLTexture> texture_; member in class:__anon17417::WebGLBench
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 379 glGenTextures(1, &texture_);
380 glBindTexture(GL_TEXTURE_2D, texture_);
419 glBindTexture(GL_TEXTURE_2D, texture_);
481 GLuint texture_; member in class:Graphics3DInstance
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
cube.cc 382 glGenTextures(1, &texture_);
383 glBindTexture(GL_TEXTURE_2D, texture_);
422 glBindTexture(GL_TEXTURE_2D, texture_);
492 GLuint texture_; member in class:CubeInstance
  /external/chromium_org/ui/compositor/
layer.h 250 const ui::Texture* texture() const { return texture_.get(); }
255 ui::Texture* external_texture() { return texture_.get(); }
420 scoped_refptr<ui::Texture> texture_; member in class:ui::Layer
layer.cc 483 scoped_refptr<ui::Texture> old_texture = texture_;
488 texture_ = texture;
491 new_layer->SetFlipped(texture_->flipped());
505 texture_ = NULL;
549 texture_ = NULL;
557 if (type_ == LAYER_SOLID_COLOR || (!delegate_ && !texture_.get()))
576 if ((delegate_ || texture_.get()) && !damaged_region_.isEmpty()) {
647 return texture_->PrepareTexture();
939 DCHECK(texture_.get());
940 float texture_scale_factor = 1.0f / texture_->device_scale_factor()
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
texture_manager.h 422 const Texture* texture() const { return texture_; }
423 Texture* texture() { return texture_; }
425 GLuint service_id() const { return texture_->service_id(); }
442 Texture* texture_; member in class:gpu::gles2::TextureRef
texture_manager.cc 845 texture_(texture),
849 DCHECK(texture_);
850 texture_->AddTextureRef(this);
862 texture_->RemoveTextureRef(this, manager_->have_context_);
    [all...]
  /external/chromium_org/cc/layers/
texture_layer_unittest.cc 1003 unsigned texture_; member in class:cc::__anon6575::TextureLayerNoMailboxIsActivatedDuringCommit
1499 unsigned texture_; member in class:cc::__anon6575::TextureLayerClientTest
1666 unsigned texture_; member in class:cc::__anon6575::TextureLayerChangeInvisibleTest
    [all...]
  /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:__anon10742::TextureFrameBufferPair
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 1982 scoped_ptr<PrioritizedResource> texture_; member in class:cc::__anon6664::EvictionTestLayer
    [all...]

Completed in 1302 milliseconds