/external/chromium_org/media/video/ |
picture.cc | 12 texture_id_(texture_id) { 21 texture_id_(texture_id),
|
picture.h | 39 return texture_id_; 49 uint32 texture_id_; member in class:media::PictureBuffer
|
/external/chromium_org/content/browser/aura/ |
reflector_impl.cc | 20 : texture_id_(0), 37 gl_helper_->CopyTextureFullImage(texture_id_, texture_size_); 88 DCHECK(texture_id_); 89 gl_helper_->ResizeTexture(texture_id_, size); 98 DCHECK(texture_id_); 99 gl_helper_->CopyTextureFullImage(texture_id_, texture_size_); 108 DCHECK(texture_id_); 109 gl_helper_->CopyTextureSubImage(texture_id_, rect); 119 texture_id_ = 123 texture_size_, 1.0f, texture_id_); [all...] |
gpu_process_transport_factory.cc | 61 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_);
|
reflector_impl.h | 63 // 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
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_frame.cpp | 46 texture_id_(0), 66 texture_id_ = texture_id; 101 glDeleteTextures(1, &texture_id_); 257 glBindTexture(GL_TEXTURE_2D, texture_id_); 262 return texture_id_; 286 if (glIsTexture(texture_id_)) { 287 ALOGE("GLFrame: Cannot generate texture id %d, as it is in use already!", texture_id_); 292 glGenTextures (1, &texture_id_); 305 LOG_FRAME("GLFrame: Allocating texture: %d", texture_id_); 306 glBindTexture(GL_TEXTURE_2D, texture_id_); [all...] |
gl_frame.h | 196 GLuint texture_id_; member in class:android::filterfw::GLFrame
|
/external/chromium_org/cc/layers/ |
texture_layer_impl.h | 38 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
|
texture_layer.cc | 37 texture_id_(0), 121 if (texture_id_ == id) 123 if (texture_id_ && layer_tree_host()) 125 texture_id_ = id; 163 if (texture_id_) 177 return (client_ || texture_id_ || holder_ref_) && Layer::DrawsContent(); 193 texture_id_ = client_->PrepareTexture(); 196 texture_id_ = 0; 229 texture_layer->set_texture_id(texture_id_);
|
texture_layer_impl.cc | 21 texture_id_(0), 66 texture_layer->set_texture_id(texture_id_); 137 } else if (texture_id_) { 143 texture_id_); 214 texture_id_ = 0;
|
texture_layer.h | 152 unsigned texture_id_; member in class:cc::TextureLayer
|
/external/chromium_org/content/browser/renderer_host/ |
surface_texture_transport_client_android.cc | 50 texture_id_(0), 100 if (!texture_id_) { 104 texture_id_ = context->createTexture(); 105 context->bindTexture(GL_TEXTURE_EXTERNAL_OES, texture_id_);
|
surface_texture_transport_client_android.h | 51 uint32 texture_id_; member in class:content::SurfaceTextureTransportClient
|
/external/chromium_org/content/common/gpu/ |
image_transport_surface_mac.cc | 83 GLuint texture_id_; member in class:content::__anon10304::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/ui/aura/bench/ |
bench_main.cc | 146 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:__anon16540::WebGLTexture
|
/external/chromium_org/gpu/command_buffer/service/ |
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::__anon10670::TransferStateInternal
|
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_egl.cc | 154 : 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::__anon10667::TransferStateInternal
|
/external/chromium_org/cc/resources/ |
resource_provider.h | 185 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
|
resource_provider.cc | 591 texture_id_(resource_provider->LockForRead(resource_id)->gl_id) { 592 DCHECK(texture_id_); 631 texture_id_(resource_provider->LockForWrite(resource_id)->gl_id) { 632 DCHECK(texture_id_); [all...] |
/external/chromium_org/content/renderer/media/android/ |
webmediaplayer_android.cc | 83 texture_id_(0), 158 stream_texture_factory_->DestroyStreamTexture(texture_id_); 435 if (!texture_id_) 449 web_graphics_context->bindTexture(GL_TEXTURE_EXTERNAL_OES, texture_id_); 461 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, texture_id_, 777 stream_texture_factory_->DestroyStreamTexture(texture_id_); 799 } else if (texture_id_) { 867 stream_texture_factory_->DestroyStreamTexture(texture_id_); 869 texture_id_ = 0; 883 DCHECK(!texture_id_); [all...] |
webmediaplayer_android.h | 343 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/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_);
|