/external/chromium_org/content/browser/aura/ |
owned_mailbox.h | 21 uint32 texture_id() const { return texture_id_; } 35 uint32 texture_id_; member in class:content::OwnedMailbox
|
reflector_impl.h | 63 // the full screen image to the |texture_id_|. This must be called 75 // race with ImplThread accessing |texture_id_|. 106 int texture_id_; member in class:content::ReflectorImpl
|
gpu_process_transport_factory.cc | 69 texture_id_(texture_id) { 79 texture_id_ = 0u; 80 return texture_id_; 97 if (texture_id_) { 98 provider_->ContextGL()->DeleteTextures(1, &texture_id_); 99 texture_id_ = 0; 104 GLuint texture_id_; member in class:content::OwnedTexture 127 DCHECK(provider_ && texture_id_); 129 gl->BindTexture(GL_TEXTURE_2D, texture_id_);
|
/external/chromium_org/media/video/ |
picture.h | 39 return texture_id_; 49 uint32 texture_id_; member in class:media::PictureBuffer
|
/external/chromium_org/cc/layers/ |
texture_layer_impl.h | 39 unsigned texture_id() const { return texture_id_; } 40 void set_texture_id(unsigned id) { texture_id_ = id; } 72 unsigned texture_id_; member in class:cc::TextureLayerImpl
|
texture_layer.h | 167 unsigned texture_id_; member in class:cc::TextureLayer
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_frame.h | 196 GLuint texture_id_; member in class:android::filterfw::GLFrame
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_manager_idle.cc | 74 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_);
|
async_pixel_transfer_manager_share_group.cc | 216 : 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::__anon8512::TransferStateInternal
|
async_pixel_transfer_manager_egl.cc | 154 : texture_id_(texture_id), 172 DCHECK(texture_id_); 176 glBindTexture(GL_TEXTURE_2D, texture_id_); 217 CreateEglImage(texture_id_); 380 GLuint texture_id_; member in class:gpu::__anon8509::TransferStateInternal
|
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.h | 354 unsigned int texture_id_; member in class:content::WebMediaPlayerAndroid 356 // GL texture mailbox for texture_id_ to provide in the VideoFrame, and sync
|
/external/chromium_org/ui/aura/bench/ |
bench_main.cc | 148 texture_id_(0u) { 149 gl->GenTextures(1, &texture_id_); 150 gl->BindTexture(GL_TEXTURE_2D, texture_id_); 160 return texture_id_; 165 gl_->DeleteTextures(1, &texture_id_); 169 GLuint texture_id_; member in class:__anon14701::WebGLTexture
|
/external/chromium_org/content/common/gpu/ |
image_transport_surface_mac.cc | 84 GLuint texture_id_; member in class:content::__anon8037::IOSurfaceImageTransportSurface 138 texture_id_(0), 343 if (context_ || fbo_id_ || texture_id_ || depth_stencil_renderbuffer_id_) { 354 if (texture_id_) { 355 glDeleteTextures(1, &texture_id_); 356 texture_id_ = 0; 395 glGenTextures(1, &texture_id_); 400 glBindTexture(target, texture_id_); 409 texture_id_,
|
/external/chromium_org/content/common/gpu/media/ |
vaapi_video_decode_accelerator.cc | 88 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/ |
resource_provider.h | 214 unsigned texture_id() const { return texture_id_; } 221 unsigned texture_id_; member in class:cc::ResourceProvider::ScopedReadLockGL 252 unsigned texture_id() const { return texture_id_; } 257 unsigned texture_id_; member in class:cc::ResourceProvider::ScopedWriteLockGL
|