HomeSort by relevance Sort by last modified time
    Searched refs:texture_id_ (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/content/browser/compositor/
owned_mailbox.cc 14 : 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;
owned_mailbox.h 27 uint32 texture_id() const { return texture_id_; }
42 uint32 texture_id_; member in class:content::OwnedMailbox
  /external/chromium_org/ui/gl/
gl_image_surface_texture.cc 14 : size_(size), texture_id_(0) {}
29 texture_id_ = 0;
47 if (texture_id_ && texture_id_ != texture_id) {
53 if (texture_id != texture_id_) {
62 DCHECK_EQ(0, texture_id_);
68 texture_id_ = texture_id;
gl_image_surface_texture.h 38 GLint texture_id_; member in class:gfx::GLImageSurfaceTexture
  /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
  /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/content/common/gpu/
image_transport_surface_fbo_mac.cc 25 texture_id_(0),
225 if (context_ || fbo_id_ || texture_id_ || depth_stencil_renderbuffer_id_) {
236 if (texture_id_) {
237 glDeleteTextures(1, &texture_id_);
238 texture_id_ = 0;
277 glGenTextures(1, &texture_id_);
279 glBindTexture(GL_TEXTURE_RECTANGLE_ARB, texture_id_);
290 texture_id_,
image_transport_surface_fbo_mac.h 95 GLuint texture_id_; member in class:content::ImageTransportSurfaceFBO
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_idle.cc 60 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_);
async_pixel_transfer_manager_share_group.cc 204 : 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::__anon12513::TransferStateInternal
async_pixel_transfer_manager_egl.cc 141 : 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::__anon12510::TransferStateInternal
  /external/chromium_org/cc/resources/
resource_provider.h 220 unsigned texture_id() const { return texture_id_; }
227 unsigned texture_id_; member in class:cc::ResourceProvider::ScopedReadLockGL
258 unsigned texture_id() const { return texture_id_; }
263 unsigned texture_id_; member in class:cc::ResourceProvider::ScopedWriteLockGL
resource_provider.cc     [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 110 texture_id_(0),
160 gl->DeleteTextures(1, &texture_id_);
161 texture_id_ = 0;
    [all...]
webmediaplayer_android.h 360 unsigned int texture_id_; member in class:content::WebMediaPlayerAndroid
362 // 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 113 uint32 texture_id_; member in class:content::VaapiVideoDecodeAccelerator::TFPPicture
133 texture_id_(texture_id),
212 gfx::ScopedTextureBinder texture_binder(GL_TEXTURE_2D, texture_id_);

Completed in 1827 milliseconds