Searched defs:texture_id (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/cc/resources/
H A Dtexture_mailbox_deleter_unittest.cc24 GLuint texture_id = 0u; local
25 context_provider->ContextGL()->GenTextures(1, &texture_id);
31 deleter->GetReleaseCallback(context_provider, texture_id).Pass();
H A Dtexture_mailbox_deleter.cc19 unsigned texture_id,
24 context_provider->ContextGL()->DeleteTextures(1, &texture_id);
48 unsigned texture_id) {
55 texture_id));
17 DeleteTextureOnImplThread( const scoped_refptr<ContextProvider>& context_provider, unsigned texture_id, uint32 sync_point, bool is_lost) argument
46 GetReleaseCallback( const scoped_refptr<ContextProvider>& context_provider, unsigned texture_id) argument
/external/chromium_org/media/video/
H A Dpicture.cc9 PictureBuffer::PictureBuffer(int32 id, gfx::Size size, uint32 texture_id) argument
12 texture_id_(texture_id) {
17 uint32 texture_id,
21 texture_id_(texture_id),
15 PictureBuffer(int32 id, gfx::Size size, uint32 texture_id, const gpu::Mailbox& texture_mailbox) argument
H A Dpicture.h20 PictureBuffer(int32 id, gfx::Size size, uint32 texture_id);
23 uint32 texture_id,
39 uint32 texture_id() const { function in class:media::PictureBuffer
/external/chromium_org/content/browser/compositor/
H A Downed_mailbox.h27 uint32 texture_id() const { return texture_id_; } function in class:content::OwnedMailbox
H A Dreflector_impl.h98 unsigned texture_id; member in struct:content::ReflectorImpl::ImplThreadData
/external/chromium_org/content/renderer/gpu/
H A Dmailbox_output_surface.h53 TransferableFrame() : texture_id(0), sync_point(0) {}
55 TransferableFrame(uint32 texture_id, argument
58 : texture_id(texture_id), mailbox(mailbox), size(size), sync_point(0) {}
60 uint32 texture_id; member in struct:content::MailboxOutputSurface::TransferableFrame
H A Dmailbox_output_surface.cc49 if (pending_textures_.front().texture_id) {
51 1, &pending_textures_.front().texture_id);
62 if (!current_backing_.texture_id) {
74 gl->DeleteTextures(1, &texture.texture_id);
78 if (!current_backing_.texture_id) {
79 gl->GenTextures(1, &current_backing_.texture_id);
81 gl->BindTexture(GL_TEXTURE_2D, current_backing_.texture_id);
106 if (current_backing_.texture_id) {
107 gl->DeleteTextures(1, &current_backing_.texture_id);
113 gl->DeleteTextures(1, &frame.texture_id);
187 uint32 texture_id = pending_textures_.front().texture_id; local
[all...]
/external/chromium_org/ui/gl/
H A Dgl_image_surface_texture.cc48 GLint texture_id; local
49 glGetIntegerv(GL_TEXTURE_BINDING_EXTERNAL_OES, &texture_id);
50 DCHECK(texture_id);
52 if (texture_id_ && texture_id_ != texture_id) {
58 if (texture_id != texture_id_) {
73 texture_id_ = texture_id;
/external/chromium_org/ppapi/c/
H A Dpp_codecs.h67 * in the GL texture corresponding to |texture_id|. The plugin can determine
80 uint32_t texture_id; member in struct:PP_VideoPicture
/external/chromium_org/ui/gl/android/
H A Dsurface_texture.cc29 scoped_refptr<SurfaceTexture> SurfaceTexture::Create(int texture_id) { argument
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);
35 CreateSingleBuffered( int texture_id) argument
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper.h31 uint32 texture_id() const { return texture_id_; } function in class:content::VideoFrameTexture
35 uint32 texture_id,
92 uint32* texture_id,
96 // Render thumbnail in the |texture_id| to the FBO buffer using target
98 void RenderThumbnail(uint32 texture_target, uint32 texture_id);
108 // Delete |texture_id|.
109 void DeleteTexture(uint32 texture_id);
154 // Render |texture_id| to the current view port of the screen using target
156 void RenderTexture(uint32 texture_target, uint32 texture_id);
H A Dexynos_v4l2_video_device.cc142 GLuint texture_id,
184 glBindTexture(GL_TEXTURE_EXTERNAL_OES, texture_id);
140 CreateEGLImage(EGLDisplay egl_display, EGLContext , GLuint texture_id, gfx::Size frame_buffer_size, unsigned int buffer_index, size_t planes_count) argument
H A Dtegra_v4l2_video_device.cc175 GLuint texture_id,
185 reinterpret_cast<EGLClientBuffer>(texture_id),
173 CreateEGLImage(EGLDisplay egl_display, EGLContext egl_context, GLuint texture_id, gfx::Size , unsigned int buffer_index, size_t ) argument
/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory_impl.cc145 unsigned* texture_id,
149 gl->GenTextures(1, texture_id);
151 stream_id = gl->CreateStreamTextureCHROMIUM(*texture_id);
155 *texture_id, texture_target, texture_mailbox->name);
143 CreateStreamTexture( unsigned texture_target, unsigned* texture_id, gpu::Mailbox* texture_mailbox) argument
H A Dstream_texture_factory_synchronous_impl.cc197 unsigned* texture_id,
202 gl->GenTextures(1, texture_id);
203 stream_id = gl->CreateStreamTextureCHROMIUM(*texture_id);
207 *texture_id, texture_target, texture_mailbox->name);
195 CreateStreamTexture( unsigned texture_target, unsigned* texture_id, gpu::Mailbox* texture_mailbox) argument
/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_accelerator_factories.cc131 uint32 texture_id = texture_ids->at(i); local
132 gles2->BindTexture(texture_target, texture_id);
162 void RendererGpuVideoAcceleratorFactories::DeleteTexture(uint32 texture_id) { argument
170 gles2->DeleteTextures(1, &texture_id);
190 uint32 texture_id,
201 // Copy texture from texture_id to tmp_texture as texture might be external
206 GL_TEXTURE_2D, texture_id, tmp_texture, 0, GL_RGBA, GL_UNSIGNED_BYTE);
189 ReadPixels( uint32 texture_id, const gfx::Rect& visible_rect, const SkBitmap& pixels) argument
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dbitmap_uploader.cc113 GLuint texture_id = BindTextureForSize(bitmap_size); local
132 resource_to_texture_id_map_[resource->id] = texture_id;
198 uint32_t texture_id = resource_to_texture_id_map_[resource->id]; local
199 DCHECK_NE(0u, texture_id);
201 glDeleteTextures(1, &texture_id);
/external/chromium_org/ppapi/c/dev/
H A Dpp_video_dev.h97 uint32_t texture_id; member in struct:PP_PictureBuffer_Dev
/external/chromium_org/ppapi/proxy/
H A Dvideo_decoder_resource.h99 Picture(int32_t decode_id, uint32_t texture_id);
103 uint32_t texture_id; member in struct:ppapi::proxy::VideoDecoderResource::Picture
120 uint32_t texture_id);
122 uint32_t texture_id);
134 void DeleteGLTexture(uint32_t texture_id);
/external/chromium_org/cc/test/
H A Dlayer_tree_pixel_test.cc240 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));
/external/chromium_org/content/common/gpu/
H A Dstream_texture_android.cc65 uint32 texture_id)
66 : surface_texture_(gfx::SurfaceTexture::Create(texture_id)),
63 StreamTexture(GpuCommandBufferStub* owner_stub, int32 route_id, uint32 texture_id) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_decoder_host.cc258 texture_ids[i], // Use the texture_id to identify the buffer.
269 uint32_t texture_id) {
274 decoder_->ReusePictureBuffer(texture_id);
267 OnHostMsgRecyclePicture( ppapi::host::HostMessageContext* context, uint32_t texture_id) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_idle.cc37 GLuint texture_id,
73 GLuint texture_id,
76 texture_id_(texture_id),
71 AsyncPixelTransferDelegateIdle( AsyncPixelTransferManagerIdle::SharedState* shared_state, GLuint texture_id, const AsyncTexImage2DParams& define_params) argument
H A Dmailbox_manager_unittest.cc232 void SetupUpdateTexParamExpectations(GLuint texture_id, argument
237 DCHECK(texture_id);
242 EXPECT_CALL(*gl_, BindTexture(GL_TEXTURE_2D, texture_id))

Completed in 4286 milliseconds

123