/external/chromium_org/cc/resources/ |
image_raster_worker_pool.h | 19 GLenum texture_target) { 23 texture_target)); 36 GLenum texture_target);
|
texture_mailbox.cc | 44 unsigned texture_target, 46 : target_(texture_target),
|
texture_mailbox.h | 28 unsigned texture_target,
|
/external/chromium_org/ppapi/c/dev/ |
ppp_video_decoder_dev.h | 52 * |texture_target| the type of texture used. Sample targets in use are 59 uint32_t texture_target);
|
/external/chromium_org/ppapi/cpp/dev/ |
video_decoder_client_dev.h | 30 uint32_t texture_target) = 0;
|
video_decoder_client_dev.cc | 25 uint32_t texture_target) { 31 decoder, req_num_of_bufs, *dimensions, texture_target);
|
/external/chromium_org/content/renderer/media/android/ |
stream_texture_factory_android.h | 65 unsigned texture_target,
|
stream_texture_factory_android_impl.h | 29 unsigned texture_target,
|
stream_texture_factory_android_synchronous_impl.h | 48 unsigned texture_target,
|
stream_texture_factory_android_impl.cc | 106 unsigned texture_target, 116 context_->bindTexture(texture_target, *texture_id); 117 context_->produceTextureCHROMIUM(texture_target, texture_mailbox->name);
|
stream_texture_factory_android_synchronous_impl.cc | 152 unsigned texture_target, 164 context->bindTexture(texture_target, *texture_id); 165 context->produceTextureCHROMIUM(texture_target, texture_mailbox->name);
|
/external/chromium_org/ppapi/proxy/ |
ppp_video_decoder_proxy.h | 34 uint32_t texture_target);
|
ppp_video_decoder_proxy.cc | 26 uint32_t texture_target) { 33 decoder_resource, req_num_of_bufs, *dimensions, texture_target)); 134 uint32_t texture_target) { 144 texture_target);
|
/external/chromium_org/ppapi/examples/video_decode/ |
video_decode.cc | 45 GLenum texture_target; member in struct:__anon9815::PictureBufferInfo 81 uint32_t texture_target); 104 uint32_t texture_target); 136 GLuint CreateTexture(int32_t width, int32_t height, GLenum texture_target); 361 uint32_t texture_target) { 364 client->ProvidePictureBuffers(req_num_of_bufs, dimensions, texture_target); 370 uint32_t texture_target) { 375 info.texture_target = texture_target; 377 dimensions.width, dimensions.height, info.texture_target); [all...] |
/external/chromium_org/ppapi/api/dev/ |
ppp_video_decoder_dev.idl | 34 * |texture_target| the type of texture used. Sample targets in use are 43 [in] uint32_t texture_target);
|
/external/chromium_org/content/renderer/media/ |
renderer_gpu_video_accelerator_factories.cc | 137 uint32 texture_target) { 139 DCHECK(texture_target); 152 gles2->BindTexture(texture_target, texture_id); 153 gles2->TexParameteri(texture_target, GL_TEXTURE_MIN_FILTER, GL_LINEAR); 154 gles2->TexParameteri(texture_target, GL_TEXTURE_MAG_FILTER, GL_LINEAR); 155 gles2->TexParameteri(texture_target, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); 156 gles2->TexParameteri(texture_target, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); 157 if (texture_target == GL_TEXTURE_2D) { 158 gles2->TexImage2D(texture_target, 169 gles2->ProduceTextureCHROMIUM(texture_target, [all...] |
pepper_platform_video_decoder.cc | 91 uint32 texture_target) { 94 texture_target);
|
pepper_platform_video_decoder.h | 38 uint32 texture_target) OVERRIDE;
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_transformer_mac.h | 27 // bindings. |texture_target| is one of the valid enums to use with 33 GLenum texture_target, bool src_texture_needs_y_flip,
|
/external/chromium_org/media/filters/ |
gpu_video_accelerator_factories.h | 41 uint32 texture_target) = 0;
|
/external/chromium_org/media/video/ |
video_decode_accelerator.h | 59 uint32 texture_target) = 0;
|
/external/chromium_org/content/common/gpu/media/ |
rendering_helper.h | 68 uint32 texture_target, 72 // Render |texture_id| to the screen using target |texture_target|. 73 void RenderTexture(uint32 texture_target, uint32 texture_id);
|
rendering_helper.cc | 411 uint32 texture_target, 418 window_id, texture_target, texture_id, done)); 423 glBindTexture(texture_target, *texture_id); 425 if (texture_target == GL_TEXTURE_2D) { 436 glTexParameteri(texture_target, GL_TEXTURE_MIN_FILTER, GL_LINEAR); 437 glTexParameteri(texture_target, GL_TEXTURE_MAG_FILTER, GL_LINEAR); 439 glTexParameteri(texture_target, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); 440 glTexParameteri(texture_target, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); 447 void RenderingHelper::RenderTexture(uint32 texture_target, uint32 texture_id) { 478 if (texture_target == GL_TEXTURE_2D) [all...] |
/external/chromium_org/content/common/gpu/client/ |
gpu_video_decode_accelerator_host.h | 60 uint32 texture_target);
|
/external/chromium_org/content/renderer/pepper/ |
ppb_video_decoder_impl.h | 57 uint32 texture_target) OVERRIDE;
|