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

  /external/chromium_org/content/browser/aura/
owned_mailbox.cc 14 : texture_id_(0), sync_point_(0), gl_helper_(gl_helper) {
15 texture_id_ = gl_helper_->CreateTexture();
16 mailbox_ = gl_helper_->ProduceMailboxFromTexture(texture_id_, &sync_point_);
24 gl_helper_->DeleteTexture(texture_id_);
35 gl_helper_->DeleteTexture(texture_id_);
36 texture_id_ = 0;
owned_mailbox.h 21 uint32 texture_id() const { return texture_id_; }
35 uint32 texture_id_; member in class:content::OwnedMailbox
reflector_impl.cc 20 : texture_id_(0),
49 gl_helper_->CopyTextureFullImage(texture_id_, texture_size_);
109 DCHECK(texture_id_);
110 gl_helper_->ResizeTexture(texture_id_, size);
119 DCHECK(texture_id_);
120 gl_helper_->CopyTextureFullImage(texture_id_, texture_size_);
129 DCHECK(texture_id_);
130 gl_helper_->CopyTextureSubImage(texture_id_, rect);
140 texture_id_ =
144 texture_size_, 1.0f, texture_id_);
    [all...]
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_);
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
  /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/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.cc 39 texture_id_(0),
123 if (texture_id_ == id)
125 if (texture_id_ && layer_tree_host())
127 texture_id_ = id;
191 if (texture_id_) {
213 return (client_ || texture_id_ || holder_ref_) && Layer::DrawsContent();
235 texture_id_ = client_->PrepareTexture();
271 texture_layer->set_texture_id(texture_id_);
texture_layer_impl.cc 24 texture_id_(0),
75 texture_layer->set_texture_id(texture_id_);
147 } else if (texture_id_) {
153 texture_id_);
221 texture_id_ = 0;
texture_layer.h 167 unsigned texture_id_; member in class:cc::TextureLayer
  /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/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/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::__anon8512::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_);
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.cc 99 texture_id_(0),
181 stream_texture_factory_->DestroyStreamTexture(texture_id_);
531 if (is_remote_ || !texture_id_)
545 web_graphics_context->bindTexture(GL_TEXTURE_EXTERNAL_OES, texture_id_);
557 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, texture_id_,
916 stream_texture_factory_->DestroyStreamTexture(texture_id_);
    [all...]
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/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
resource_provider.cc 801 texture_id_(resource_provider->LockForRead(resource_id)->gl_id) {
802 DCHECK(texture_id_);
836 texture_id_(resource_provider->LockForWrite(resource_id)->gl_id) {
837 DCHECK(texture_id_);
    [all...]
  /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_);

Completed in 210 milliseconds