HomeSort by relevance Sort by last modified time
    Searched refs:texture_id_ (Results 1 - 20 of 20) 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) {
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;
gl_image_surface_texture.h 45 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 40 return texture_id_;
50 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/media/
rendering_helper.h 31 uint32 texture_id() const { return texture_id_; }
42 uint32 texture_id_; member in class:content::VideoFrameTexture
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_);
rendering_helper.cc 69 texture_id_(texture_id),
  /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::__anon13032::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::__anon13029::TransferStateInternal
  /external/chromium_org/content/common/gpu/
image_transport_surface_fbo_mac.h 112 GLuint texture_id_; member in class:content::ImageTransportSurfaceFBO
  /external/chromium_org/cc/resources/
resource_provider.h 217 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
resource_provider.cc 931 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_);
    [all...]
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 136 texture_id_(0),
198 gl->DeleteTextures(1, &texture_id_);
199 texture_id_ = 0;
    [all...]
webmediaplayer_android.h 409 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/
peerconnection_jni.cc 1103 int32_t texture_id_; member in class:__anon17242::NativeHandleImpl
    [all...]

Completed in 385 milliseconds