HomeSort by relevance Sort by last modified time
    Searched full:surface_texture_id (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_surface_texture.cc 18 const gfx::SurfaceTextureId& surface_texture_id,
21 surface_texture_id_(surface_texture_id),
41 handle.surface_texture_id.primary_id,
42 handle.surface_texture_id.secondary_id);
53 handle.surface_texture_id,
128 handle.surface_texture_id = surface_texture_id_;
gpu_memory_buffer_impl_surface_texture.h 39 const gfx::SurfaceTextureId& surface_texture_id,
  /external/chromium_org/content/browser/android/
child_process_launcher_android.h 41 void RegisterChildProcessSurfaceTexture(int surface_texture_id,
45 void UnregisterChildProcessSurfaceTexture(int surface_texture_id,
child_process_launcher_android.cc 196 void RegisterChildProcessSurfaceTexture(int surface_texture_id,
202 env, surface_texture_id, child_process_id, j_surface_texture);
205 void UnregisterChildProcessSurfaceTexture(int surface_texture_id,
210 env, surface_texture_id, child_process_id);
  /external/chromium_org/ui/gl/
gl_image_surface_texture.cc 27 handle.surface_texture_id.primary_id,
28 handle.surface_texture_id.secondary_id);
  /external/chromium_org/ui/gfx/
gpu_memory_buffer.h 60 SurfaceTextureId surface_texture_id; member in struct:gfx::GpuMemoryBufferHandle
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 120 int surface_texture_id = next_surface_texture_id_++; local
125 SurfaceTextureMapKey key(surface_texture_id, child_process_id);
129 surface_texture_id,
132 return surface_texture_id;
render_message_filter.cc 1269 int surface_texture_id = local
    [all...]
  /external/chromium_org/content/common/
child_process_messages.h 83 IPC_STRUCT_TRAITS_MEMBER(surface_texture_id)
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc     [all...]

Completed in 1515 milliseconds