Searched refs:texture_id_ (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/content/browser/compositor/
H A Downed_mailbox.cc14 : texture_id_(0), gl_helper_(gl_helper) {
15 texture_id_ = gl_helper_->CreateTexture();
16 mailbox_holder_ = gl_helper_->ProduceMailboxHolderFromTexture(texture_id_);
33 gl_helper_->DeleteTexture(texture_id_);
34 texture_id_ = 0;
H A Downed_mailbox.h27 uint32 texture_id() const { return texture_id_; }
42 uint32 texture_id_; member in class:content::OwnedMailbox
/external/chromium_org/ui/gl/
H A Dgl_image_surface_texture.cc14 : size_(size), texture_id_(0) {
19 DCHECK_EQ(0, texture_id_);
34 texture_id_ = 0;
52 if (texture_id_ && texture_id_ != texture_id) {
58 if (texture_id != texture_id_) {
67 DCHECK_EQ(0, texture_id_);
73 texture_id_ = texture_id;
H A Dgl_image_surface_texture.h45 GLint texture_id_; member in class:gfx::GLImageSurfaceTexture
/external/chromium_org/media/video/
H A Dpicture.cc12 texture_id_(texture_id) {
21 texture_id_(texture_id),
H A Dpicture.h40 return texture_id_;
50 uint32 texture_id_; member in class:media::PictureBuffer
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper.h31 uint32 texture_id() const { return texture_id_; }
42 uint32 texture_id_; member in class:content::VideoFrameTexture
H A Dvaapi_video_decode_accelerator.cc113 uint32 texture_id_; member in class:content::VaapiVideoDecodeAccelerator::TFPPicture
133 texture_id_(texture_id),
212 gfx::ScopedTextureBinder texture_binder(GL_TEXTURE_2D, texture_id_);
H A Drendering_helper.cc69 texture_id_(texture_id),
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_idle.cc60 GLuint texture_id_; member in class:gpu::AsyncPixelTransferDelegateIdle
76 texture_id_(texture_id),
150 gfx::ScopedTextureBinder texture_binder(tex_params.target, texture_id_);
186 gfx::ScopedTextureBinder texture_binder(tex_params.target, texture_id_);
H A Dasync_pixel_transfer_manager_share_group.cc204 : texture_id_(texture_id), define_params_(define_params) {}
215 DCHECK(texture_id_);
217 glBindTexture(GL_TEXTURE_2D, texture_id_);
252 &PendingTask::BindAndRun, pending_upload_task_, texture_id_));
273 &PendingTask::BindAndRun, pending_upload_task_, texture_id_));
359 GLuint texture_id_; member in class:gpu::__anon8407::TransferStateInternal
H A Dasync_pixel_transfer_manager_egl.cc141 : texture_id_(texture_id),
159 DCHECK(texture_id_);
163 glBindTexture(GL_TEXTURE_2D, texture_id_);
204 CreateEglImage(texture_id_);
365 GLuint texture_id_; member in class:gpu::__anon8404::TransferStateInternal
/external/chromium_org/cc/resources/
H A Dresource_provider.h217 unsigned texture_id() const { return texture_id_; }
224 unsigned texture_id_; member in class:cc::ResourceProvider::ScopedReadLockGL
255 unsigned texture_id() const { return texture_id_; }
260 unsigned texture_id_; member in class:cc::ResourceProvider::ScopedWriteLockGL
H A Dresource_provider.cc931 texture_id_(resource_provider->LockForRead(resource_id)->gl_id) {
932 DCHECK(texture_id_);
966 texture_id_(resource_provider->LockForWrite(resource_id)->gl_id) {
967 DCHECK(texture_id_);
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_fbo_mac.h112 GLuint texture_id_; member in class:content::ImageTransportSurfaceFBO
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc136 texture_id_(0),
198 gl->DeleteTextures(1, &texture_id_);
199 texture_id_ = 0;
1219 } else if (!is_remote_ && texture_id_) {
1282 gl->DeleteTextures(1, &texture_id_);
1283 texture_id_ = 0;
1343 DCHECK(!texture_id_);
1345 kGLTextureExternalOES, &texture_id_, &texture_mailbox_);
H A Dwebmediaplayer_android.h409 unsigned int texture_id_; member in class:content::WebMediaPlayerAndroid
411 // GL texture mailbox for texture_id_ to provide in the VideoFrame, and sync
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1078 ref_count_(0), texture_object_(NULL), texture_id_(-1) {}
1090 return texture_id_;
1094 texture_id_ = texture_id;
1103 int32_t texture_id_; member in class:__anon12617::NativeHandleImpl

Completed in 293 milliseconds