Searched defs:web_graphics_context (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/blink/
H A Dwebmediaplayer_impl.cc93 blink::WebGraphicsContext3D* web_graphics_context)
94 : web_graphics_context_(web_graphics_context) {}
584 blink::WebGraphicsContext3D* web_graphics_context,
605 web_graphics_context->waitSyncPoint(mailbox_holder->sync_point);
606 uint32 source_texture = web_graphics_context->createAndConsumeTextureCHROMIUM(
611 web_graphics_context->pixelStorei(GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM,
617 web_graphics_context->pixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, flip_y);
618 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D,
624 web_graphics_context->pixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, false);
625 web_graphics_context
92 SyncPointClientImpl( blink::WebGraphicsContext3D* web_graphics_context) argument
583 copyVideoTextureToPlatformTexture( blink::WebGraphicsContext3D* web_graphics_context, unsigned int texture, unsigned int level, unsigned int internal_format, unsigned int type, bool premultiply_alpha, bool flip_y) argument
[all...]
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc90 blink::WebGraphicsContext3D* web_graphics_context)
91 : web_graphics_context_(web_graphics_context) {}
628 blink::WebGraphicsContext3D* web_graphics_context,
654 web_graphics_context->waitSyncPoint(mailbox_holder->sync_point);
658 uint32 src_texture = web_graphics_context->createAndConsumeTextureCHROMIUM(
663 web_graphics_context->pixelStorei(GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM,
670 web_graphics_context->pixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, flip_y);
671 web_graphics_context->copyTextureCHROMIUM(GL_TEXTURE_2D, src_texture,
674 web_graphics_context->pixelStorei(GL_UNPACK_FLIP_Y_CHROMIUM, false);
675 web_graphics_context
89 SyncPointClientImpl( blink::WebGraphicsContext3D* web_graphics_context) argument
627 copyVideoTextureToPlatformTexture( blink::WebGraphicsContext3D* web_graphics_context, unsigned int texture, unsigned int level, unsigned int internal_format, unsigned int type, bool premultiply_alpha, bool flip_y) argument
[all...]

Completed in 368 milliseconds