HomeSort by relevance Sort by last modified time
    Searched refs:texture_id (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/chromium_org/ppapi/api/dev/
pp_video_dev.idl 80 uint32_t texture_id;
  /external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc 151 uint32 texture_id = texture_ids->at(i); local
152 gles2->BindTexture(texture_target, texture_id);
182 void RendererGpuVideoAcceleratorFactories::DeleteTexture(uint32 texture_id) {
190 gles2->DeleteTextures(1, &texture_id);
209 void RendererGpuVideoAcceleratorFactories::ReadPixels(uint32 texture_id,
223 texture_id,
230 AsyncReadPixels(texture_id, size);
237 uint32 texture_id,
256 GL_TEXTURE_2D, texture_id, tmp_texture, 0, GL_RGBA, GL_UNSIGNED_BYTE);
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 66 virtual void DeleteTexture(blink::WebGLId texture_id) OVERRIDE;
67 virtual bool CopyTextureToBitmap(blink::WebGLId texture_id,
69 virtual bool CopyTextureToBitmap(blink::WebGLId texture_id,
image_transport_factory_android.cc 45 uint32 texture_id, const signed char* mailbox_name) OVERRIDE;
135 uint32 texture_id, const signed char* mailbox_name) {
140 context_->bindTexture(GL_TEXTURE_2D, texture_id);
  /external/chromium_org/content/browser/aura/
image_transport_factory.h 87 unsigned int texture_id) = 0;
no_transport_image_transport_factory.h 34 unsigned int texture_id) OVERRIDE;
gpu_process_transport_factory.cc 66 GLuint texture_id)
69 texture_id_(texture_id) {
114 GLuint texture_id)
118 texture_id) {}
324 GLuint texture_id = 0;
325 provider->ContextGL()->GenTextures(1, &texture_id);
328 provider, device_scale_factor, texture_id));
335 unsigned int texture_id) {
341 provider, size, device_scale_factor, texture_id));
no_transport_image_transport_factory.cc 71 unsigned int texture_id) {
gpu_process_transport_factory.h 62 unsigned int texture_id) OVERRIDE;
  /external/chromium_org/gpu/command_buffer/service/
texture_definition.cc 101 static scoped_refptr<NativeImageBufferEGL> Create(GLuint texture_id);
115 GLuint texture_id) {
121 DCHECK(glIsTexture(texture_id));
130 EGLClientBuffer egl_buffer = reinterpret_cast<EGLClientBuffer>(texture_id);
176 scoped_refptr<NativeImageBuffer> NativeImageBuffer::Create(GLuint texture_id) {
180 return NativeImageBufferEGL::Create(texture_id);
368 GLuint texture_id;
369 glGenTextures(1, &texture_id);
371 Texture* texture(new Texture(texture_id));
async_pixel_transfer_manager_share_group.cc 164 void BindAndRun(GLuint texture_id) {
170 glBindTexture(GL_TEXTURE_2D, texture_id);
209 // The texture_id is accessed by either thread, but everything
214 TransferStateInternal(GLuint texture_id,
216 : texture_id_(texture_id), define_params_(define_params) {}
399 GLuint texture_id,
427 GLuint texture_id,
430 state_(new TransferStateInternal(texture_id, define_params)) {}
async_pixel_transfer_manager_egl.cc 149 TransferStateInternal(GLuint texture_id,
154 : texture_id_(texture_id),
183 void CreateEglImage(GLuint texture_id) {
185 DCHECK(texture_id);
192 reinterpret_cast<EGLClientBuffer>(texture_id);
417 GLuint texture_id,
454 GLuint texture_id,
474 state_ = new TransferStateInternal(texture_id,
test_helper.cc 172 GLuint texture_id = 0; local
175 texture_id = kServiceDefaultTexture2dId;
178 texture_id = kServiceDefaultTextureCubemapId;
181 texture_id = kServiceDefaultExternalTextureId;
184 texture_id = kServiceDefaultRectangleTextureId;
190 EXPECT_CALL(*gl, DeleteTextures(1, Pointee(texture_id)))
async_pixel_transfer_manager_idle.cc 47 GLuint texture_id,
87 GLuint texture_id,
90 texture_id_(texture_id),
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 412 uint32* texture_id,
418 window_id, texture_target, texture_id, done));
422 glGenTextures(1, texture_id);
423 glBindTexture(texture_target, *texture_id);
443 std::make_pair(*texture_id, window_id)).second);
447 void RenderingHelper::RenderTexture(uint32 texture_target, uint32 texture_id) {
449 size_t window_id = texture_id_to_surface_index_[texture_id];
480 glBindTexture(GL_TEXTURE_2D, texture_id);
487 glBindTexture(texture_target, texture_id);
515 void RenderingHelper::DeleteTexture(uint32 texture_id) {
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.h 54 bool InitWithTexture(GLint texture_id, int width, int height);
gl_frame.cpp 65 bool GLFrame::InitWithTexture(GLint texture_id, int width, int height) {
66 texture_id_ = texture_id;
67 texture_state_ = glIsTexture(texture_id) ? kStateComplete : kStateGenerated;
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 247 unsigned texture_id = context3d->createTexture(); local
248 context3d->bindTexture(GL_TEXTURE_2D, texture_id);
264 texture_id,
279 context3d->deleteTexture(texture_id);
335 unsigned texture_id = context3d->createTexture(); local
336 context3d->bindTexture(GL_TEXTURE_2D, texture_id);
389 texture_id));
test_web_graphics_context_3d.cc 335 WGC3Denum target, WebGLId texture_id) {
344 if (!texture_id)
347 DCHECK(namespace_->textures.ContainsId(texture_id));
348 texture_targets_.BindTexture(target, texture_id);
349 used_textures_.insert(texture_id);
587 WebGLId texture_id = namespace_->next_texture_id++; local
588 DCHECK(texture_id < (1 << 16));
589 texture_id |= context_id_ << 16;
590 return texture_id;
596 unsigned texture_id = id & 0xffff
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittests.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);
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);
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 388 ASSERT_NE(0U, lock_gl.texture_id());
389 context->bindTexture(GL_TEXTURE_2D, lock_gl.texture_id());
756 ASSERT_NE(0U, lock.texture_id());
757 child_context_->bindTexture(GL_TEXTURE_2D, lock.texture_id());
764 ASSERT_NE(0U, lock.texture_id());
765 child_context_->bindTexture(GL_TEXTURE_2D, lock.texture_id());
2041 int texture_id = 1; local
2122 int texture_id = 1; local
2258 unsigned texture_id = 1; local
2322 unsigned texture_id = 1; local
2466 int texture_id = 123; local
2536 int texture_id = 123; local
2573 int texture_id = 123; local
2608 int texture_id = 123; local
2691 int texture_id = 123; local
2732 int texture_id = 123; local
2954 int texture_id = 123; local
2988 int texture_id = 123; local
    [all...]
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.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;
  /external/chromium_org/cc/layers/
texture_layer_impl.h 39 unsigned texture_id() const { return texture_id_; } function in class:cc::TextureLayerImpl
texture_layer.h 126 void SetTextureId(unsigned texture_id);

Completed in 816 milliseconds

12 3 4