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

  /external/chromium_org/cc/resources/
layer_updater.cc 12 : texture_(texture.Pass()) {}
layer_updater.h 28 PrioritizedResource* texture() { return texture_.get(); }
40 scoped_ptr<PrioritizedResource> texture_; member in class:cc::LayerUpdater::Resource
  /external/chromium_org/third_party/webrtc/test/gl/
gl_renderer.h 43 GLuint texture_; member in class:webrtc::test::GlRenderer
gl_renderer.cc 27 glGenTextures(1, &texture_);
40 glDeleteTextures(1, &texture_);
65 glBindTexture(GL_TEXTURE_2D, texture_);
84 glBindTexture(GL_TEXTURE_2D, texture_);
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 22 texture_(0),
96 glBindTexture(target, texture_);
140 if (!texture_) {
142 texture_ = CreateTexture(target);
149 glBindTexture(target, texture_);
158 texture_,
208 } else if (!texture_) {
210 texture_ = CreateTexture(target);
accelerated_surface_mac.h 140 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 293 GLuint texture_; member in class:content::CompositingIOSurfaceMac
  /external/chromium_org/third_party/webrtc/test/win/
d3d_renderer.h 46 scoped_refptr<IDirect3DTexture9> texture_; member in class:webrtc::test::D3dRenderer
d3d_renderer.cc 38 texture_(NULL),
57 texture_ = NULL;
175 texture_ = texture;
203 if (texture_->LockRect(0, &lock_rect, NULL, 0) != D3D_OK)
207 texture_->UnlockRect(0);
212 d3d_device_->SetTexture(0, texture_);
  /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/gpu/command_buffer/service/
texture_manager.h 410 const Texture* texture() const { return texture_; }
411 Texture* texture() { return texture_; }
413 GLuint service_id() const { return texture_->service_id(); }
427 Texture* texture_; member in class:gpu::gles2::TextureRef
texture_manager.cc 881 texture_(texture),
885 DCHECK(texture_);
886 texture_->AddTextureRef(this);
898 texture_->RemoveTextureRef(this, manager_->have_context_);
    [all...]
  /external/chromium_org/content/common/gpu/client/
gl_helper.cc 51 : texture_(gl), framebuffer_(gl), size_(size) {
52 content::ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl, texture_);
65 GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture_, 0);
68 GLuint texture() const { return texture_.id(); }
73 content::ScopedTexture texture_; member in class:__anon11845::TextureFrameBufferPair
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 1650 scoped_ptr<PrioritizedResource> texture_; member in class:cc::__anon7384::EvictionTestLayer
    [all...]

Completed in 529 milliseconds