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

/external/chromium_org/content/browser/renderer_host/
H A Dsurface_texture_transport_client_android.h51 uint32 texture_id_; member in class:content::SurfaceTextureTransportClient
/external/chromium_org/media/video/
H A Dpicture.h39 return texture_id_;
49 uint32 texture_id_; member in class:media::PictureBuffer
/external/chromium_org/content/browser/aura/
H A Dreflector_impl.h63 // the full screen image to the |texture_id_|. This must be called
75 // race with ImplThread accessing |texture_id_|.
103 int texture_id_; member in class:content::ReflectorImpl
H A Dgpu_process_transport_factory.cc61 texture_id_(texture_id) {
67 return texture_id_;
87 if (texture_id_) {
88 host_context_->deleteTexture(texture_id_);
89 texture_id_ = 0;
97 unsigned texture_id_; member in class:content::OwnedTexture
120 DCHECK(host_context_ && texture_id_);
121 host_context_->bindTexture(GL_TEXTURE_2D, texture_id_);
/external/chromium_org/cc/layers/
H A Dtexture_layer.h152 unsigned texture_id_; member in class:cc::TextureLayer
H A Dtexture_layer_impl.h38 unsigned texture_id() const { return texture_id_; }
39 void set_texture_id(unsigned id) { texture_id_ = id; }
72 unsigned texture_id_; member in class:cc::TextureLayerImpl
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.h343 unsigned int texture_id_; member in class:content::WebMediaPlayerAndroid
345 // GL texture mailbox for texture_id_ to provide in the VideoFrame, and sync
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_idle.cc74 GLuint texture_id_; member in class:gpu::AsyncPixelTransferDelegateIdle
90 texture_id_(texture_id),
175 gfx::ScopedTextureBinder texture_binder(tex_params.target, texture_id_);
211 gfx::ScopedTextureBinder texture_binder(tex_params.target, texture_id_);
H A Dasync_pixel_transfer_manager_share_group.cc216 : texture_id_(texture_id), define_params_(define_params) {}
227 DCHECK(texture_id_);
229 glBindTexture(GL_TEXTURE_2D, texture_id_);
268 &PendingTask::BindAndRun, pending_upload_task_, texture_id_));
291 &PendingTask::BindAndRun, pending_upload_task_, texture_id_));
380 GLuint texture_id_; member in class:gpu::__anon8264::TransferStateInternal
H A Dasync_pixel_transfer_manager_egl.cc154 : texture_id_(texture_id),
172 DCHECK(texture_id_);
175 glBindTexture(GL_TEXTURE_2D, texture_id_);
215 CreateEglImage(texture_id_);
375 GLuint texture_id_; member in class:gpu::__anon8261::TransferStateInternal
/external/chromium_org/ui/aura/bench/
H A Dbench_main.cc146 texture_id_(context_->createTexture()) {
147 context_->bindTexture(GL_TEXTURE_2D, texture_id_);
158 return texture_id_;
167 context_->deleteTexture(texture_id_);
171 unsigned texture_id_; member in class:__anon14141::WebGLTexture
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_mac.cc83 GLuint texture_id_; member in class:content::__anon7898::IOSurfaceImageTransportSurface
136 texture_id_(0),
336 if (context_ || fbo_id_ || texture_id_) {
347 if (texture_id_) {
348 glDeleteTextures(1, &texture_id_);
349 texture_id_ = 0;
383 glGenTextures(1, &texture_id_);
388 glBindTexture(target, texture_id_);
397 texture_id_,
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_video_decode_accelerator.cc88 return texture_id_;
117 uint32 texture_id_; member in class:content::VaapiVideoDecodeAccelerator::TFPPicture
137 texture_id_(texture_id),
225 gfx::ScopedTextureBinder texture_binder(GL_TEXTURE_2D, texture_id_);
/external/chromium_org/cc/resources/
H A Dresource_provider.h185 unsigned texture_id() const { return texture_id_; }
192 unsigned texture_id_; member in class:cc::ResourceProvider::ScopedReadLockGL
223 unsigned texture_id() const { return texture_id_; }
228 unsigned texture_id_; member in class:cc::ResourceProvider::ScopedWriteLockGL

Completed in 253 milliseconds