HomeSort by relevance Sort by last modified time
    Searched defs:texture_id (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/cc/resources/
texture_mailbox_deleter_unittest.cc 24 GLuint texture_id = 0u; local
25 context_provider->ContextGL()->GenTextures(1, &texture_id);
31 deleter->GetReleaseCallback(context_provider, texture_id).Pass();
resource_provider.h 220 unsigned texture_id() const { return texture_id_; } function in class:cc::ResourceProvider::ScopedReadLockGL
258 unsigned texture_id() const { return texture_id_; } function in class:cc::ResourceProvider::ScopedWriteLockGL
387 Resource(unsigned texture_id,
  /external/chromium_org/ui/gl/
gl_image_surface_texture.cc 43 GLint texture_id; local
44 glGetIntegerv(GL_TEXTURE_BINDING_EXTERNAL_OES, &texture_id);
45 DCHECK(texture_id);
47 if (texture_id_ && texture_id_ != texture_id) {
53 if (texture_id != texture_id_) {
68 texture_id_ = texture_id;
  /external/chromium_org/content/browser/compositor/
owned_mailbox.h 27 uint32 texture_id() const { return texture_id_; } function in class:content::OwnedMailbox
reflector_impl.h 98 unsigned texture_id; member in struct:content::ReflectorImpl::ImplThreadData
  /external/chromium_org/content/renderer/gpu/
mailbox_output_surface.cc 46 if (pending_textures_.front().texture_id) {
48 1, &pending_textures_.front().texture_id);
59 if (!current_backing_.texture_id) {
71 gl->DeleteTextures(1, &texture.texture_id);
75 if (!current_backing_.texture_id) {
76 gl->GenTextures(1, &current_backing_.texture_id);
78 gl->BindTexture(GL_TEXTURE_2D, current_backing_.texture_id);
103 if (current_backing_.texture_id) {
104 gl->DeleteTextures(1, &current_backing_.texture_id);
110 gl->DeleteTextures(1, &frame.texture_id);
184 uint32 texture_id = pending_textures_.front().texture_id; local
    [all...]
mailbox_output_surface.h 50 TransferableFrame() : texture_id(0), sync_point(0) {}
52 TransferableFrame(uint32 texture_id,
55 : texture_id(texture_id), mailbox(mailbox), size(size), sync_point(0) {}
57 uint32 texture_id; member in struct:content::MailboxOutputSurface::TransferableFrame
  /external/chromium_org/media/video/
picture.h 19 PictureBuffer(int32 id, gfx::Size size, uint32 texture_id);
22 uint32 texture_id,
38 uint32 texture_id() const { function in class:media::PictureBuffer
  /external/chromium_org/ppapi/c/
pp_codecs.h 51 * in the GL texture corresponding to |texture_id|. The plugin can determine
64 uint32_t texture_id; member in struct:PP_VideoPicture
  /external/chromium_org/ui/gl/android/
surface_texture.cc 29 scoped_refptr<SurfaceTexture> SurfaceTexture::Create(int texture_id) {
32 Java_SurfaceTexturePlatformWrapper_create(env, texture_id));
36 int texture_id) {
40 Java_SurfaceTexturePlatformWrapper_createSingleBuffered(env, texture_id));
106 int texture_id; local
107 glGetIntegerv(GL_TEXTURE_BINDING_EXTERNAL_OES, &texture_id);
108 DCHECK(texture_id);
111 env, j_surface_texture_.obj(), texture_id);
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 117 uint32 texture_id = texture_ids->at(i); local
118 gles2->BindTexture(texture_target, texture_id);
148 void RendererGpuVideoAcceleratorFactories::DeleteTexture(uint32 texture_id) {
156 gles2->DeleteTextures(1, &texture_id);
176 uint32 texture_id,
195 GL_TEXTURE_2D, texture_id, tmp_texture, 0, GL_RGBA, GL_UNSIGNED_BYTE);
rtc_video_decoder.cc 347 factories_->DeleteTexture(buffer_to_dismiss.texture_id());
377 pb.texture_id())).second;
398 uint32 texture_id,
402 factories->ReadPixels(texture_id, visible_rect, pixels);
408 uint32 texture_id,
415 texture_id,
442 pb.texture_id())),
447 base::Bind(&ReadPixelsSync, factories_, pb.texture_id(), visible_rect));
641 uint32 texture_id,
654 factories->DeleteTexture(texture_id);
664 uint32 texture_id = display_iterator->second; local
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_copy_texture_CHROMIUM_unittest.cc 349 GLuint texture_id; local
350 glGenTextures(1, &texture_id);
351 glBindTexture(GL_TEXTURE_2D, texture_id);
364 texture_id, 0);
404 EXPECT_EQ(texture_id, static_cast<GLuint>(fbo_params));
419 glDeleteTextures(1, &texture_id);
gl_readback_unittest.cc 235 GLuint texture_id = 0; local
236 glGenTextures(1, &texture_id);
237 glBindTexture(GL_TEXTURE_2D, texture_id);
246 GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture_id, 0);
315 glDeleteTextures(1, &texture_id);
  /external/chromium_org/ppapi/c/dev/
pp_video_dev.h 97 uint32_t texture_id; member in struct:PP_PictureBuffer_Dev
  /external/chromium_org/ppapi/proxy/
video_decoder_resource.h 94 Picture(int32_t decode_id, uint32_t texture_id);
98 uint32_t texture_id; member in struct:ppapi::proxy::VideoDecoderResource::Picture
115 uint32_t texture_id);
117 uint32_t texture_id);
129 void DeleteGLTexture(uint32_t texture_id);
video_decoder_resource_unittest.cc 220 uint32_t texture_id) {
224 PpapiPluginMsg_VideoDecoder_PictureReady(decode_count, texture_id));
263 uint32_t* texture_id) {
270 texture_id);
487 ASSERT_EQ(kTextureId1, picture.texture_id);
490 uint32_t texture_id; local
491 ASSERT_TRUE(CheckRecyclePictureMsg(&params, &texture_id));
492 ASSERT_EQ(kTextureId1, texture_id);
523 picture.texture_id = kTextureId1;
525 uint32_t texture_id; local
    [all...]
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 240 GLuint texture_id = 0; local
241 gl->GenTextures(1, &texture_id);
242 gl->BindTexture(GL_TEXTURE_2D, texture_id);
254 GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture_id, 0);
268 gl->DeleteTextures(1, &texture_id);
315 GLuint texture_id = 0; local
316 gl->GenTextures(1, &texture_id);
317 gl->BindTexture(GL_TEXTURE_2D, texture_id);
368 texture_id));
test_web_graphics_context_3d.cc 310 GLenum target, GLuint texture_id) {
319 if (!texture_id)
322 DCHECK(namespace_->textures.ContainsId(texture_id));
323 texture_targets_.BindTexture(target, texture_id);
324 used_textures_.insert(texture_id);
610 GLuint texture_id = namespace_->next_texture_id++; local
611 DCHECK(texture_id < (1 << 16));
612 texture_id |= context_id_ << 16;
613 return texture_id;
619 unsigned texture_id = id & 0xffff
    [all...]
  /external/chromium_org/content/renderer/pepper/
video_decoder_shim.cc 395 uint32_t plugin_texture_id = buffers[i].texture_id();
405 uint32_t texture_id = static_cast<uint32_t>(picture_buffer_id); local
406 if (textures_to_dismiss_.find(texture_id) != textures_to_dismiss_.end()) {
407 DismissTexture(texture_id);
408 } else if (texture_id_map_.find(texture_id) != texture_id_map_.end()) {
409 available_textures_.insert(texture_id);
513 uint32_t texture_id = *it; local
516 uint32_t local_texture_id = texture_id_map_[texture_id];
530 host_->PictureReady(media::Picture(texture_id, frame->decode_id));
571 void VideoDecoderShim::DismissTexture(uint32_t texture_id) {
    [all...]
  /external/chromium_org/media/filters/
gpu_video_decoder.cc 207 factories_->DeleteTexture(it->second.texture_id());
386 factories_->DeleteTexture(buffer_to_dismiss.texture_id());
396 uint32 texture_id,
400 factories->ReadPixels(texture_id, visible_rect, pixels);
406 uint32 texture_id,
413 texture_id,
449 pb.texture_id())),
454 base::Bind(&ReadPixelsSync, factories_, pb.texture_id(), visible_rect)));
460 pb.texture_id())).second;
483 uint32 texture_id,
506 uint32 texture_id = display_iterator->second; local
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
media_stream_video.cc 296 GLuint texture_id; local
297 glGenTextures(1, &texture_id);
302 glBindTexture(GL_TEXTURE_2D, texture_id);
313 return texture_id;
  /external/chromium_org/ppapi/examples/media_stream_video/
media_stream_video.cc 296 GLuint texture_id; local
297 glGenTextures(1, &texture_id);
302 glBindTexture(GL_TEXTURE_2D, texture_id);
313 return texture_id;
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 294 GLuint texture_id; local
295 gles2_if_->GenTextures(context_->pp_resource(), 1, &texture_id);
299 gles2_if_->BindTexture(context_->pp_resource(), GL_TEXTURE_2D, texture_id);
318 return texture_id;
  /external/chromium_org/ppapi/examples/video_decode/
video_decode_dev.cc 215 gles2_->DeleteTexture(it->second.buffer.texture_id);
376 info.buffer.texture_id = gles2_->CreateTexture(
404 picture_buffer_id).buffer.texture_id);
450 context_->pp_resource(), info.texture_target, info.buffer.texture_id);
539 GLuint texture_id; local
540 gles2_if_->GenTextures(context_->pp_resource(), 1, &texture_id);
544 gles2_if_->BindTexture(context_->pp_resource(), texture_target, texture_id);
564 return texture_id;

Completed in 485 milliseconds

1 2