Searched refs:texture_ (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/cc/resources/
H A Dlayer_updater.cc12 : texture_(texture.Pass()) {}
H A Dlayer_updater.h29 PrioritizedResource* texture() { return texture_.get(); }
41 scoped_ptr<PrioritizedResource> texture_; member in class:cc::LayerUpdater::Resource
/external/chromium_org/third_party/webrtc/test/gl/
H A Dgl_renderer.cc27 glGenTextures(1, &texture_);
40 glDeleteTextures(1, &texture_);
65 glBindTexture(GL_TEXTURE_2D, texture_);
84 glBindTexture(GL_TEXTURE_2D, texture_);
H A Dgl_renderer.h43 GLuint texture_; member in class:webrtc::test::GlRenderer
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.cc22 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);
H A Daccelerated_surface_mac.h140 GLuint texture_; member in class:AcceleratedSurface
/external/chromium_org/third_party/webrtc/test/win/
H A Dd3d_renderer.h47 scoped_refptr<IDirect3DTexture9> texture_; member in class:webrtc::test::D3dRenderer
H A Dd3d_renderer.cc38 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/
H A Dgraphics_3d.cc382 glGenTextures(1, &texture_);
383 glBindTexture(GL_TEXTURE_2D, texture_);
422 glBindTexture(GL_TEXTURE_2D, texture_);
484 GLuint texture_; member in class:Graphics3DInstance
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dcube.cc382 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/content/browser/renderer_host/
H A Dcompositing_iosurface_mac.h208 GLuint texture_; member in class:content::CompositingIOSurfaceMac
/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager.h410 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
H A Dtexture_manager.cc845 texture_(texture),
849 DCHECK(texture_);
850 texture_->AddTextureRef(this);
862 texture_->RemoveTextureRef(this, manager_->have_context_);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc51 : 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:__anon7579::TextureFrameBufferPair
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc1601 return texture_.get() ? texture_->have_backing_texture() : false;
1609 if (texture_)
1611 texture_ = PrioritizedResource::Create(
1613 texture_->SetDimensions(gfx::Size(10, 10), RGBA_8888);
1617 scoped_ptr<PrioritizedResource> texture_; member in class:cc::__anon2820::EvictionTestLayer
1647 if (!texture_)
1649 texture_->set_request_priority(PriorityCalculator::UIPriority(true));
1655 if (!texture_)
1660 texture_
[all...]

Completed in 303 milliseconds