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

12 3 4

  /external/chromium_org/content/browser/renderer_host/
surface_texture_transport_client_android.h 35 gfx::GLSurfaceHandle GetCompositingSurface(int surface_id);
render_widget_helper.cc 254 int* surface_id,
264 *surface_id = 0;
268 *surface_id = GpuSurfaceTracker::Get()->AddSurfaceForRenderer(
305 int* surface_id) {
307 *surface_id = GpuSurfaceTracker::Get()->AddSurfaceForRenderer(
318 int* surface_id) {
320 *surface_id = GpuSurfaceTracker::Get()->AddSurfaceForRenderer(
render_message_filter.h 125 int* surface_id,
130 int* surface_id);
133 int* surface_id);
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 115 bool SwitchToSurfaceId(int surface_id);
120 bool ReleaseSurfaceId(int surface_id);
  /external/chromium_org/content/browser/aura/
gpu_process_transport_factory.cc 45 int surface_id; member in struct:content::GpuProcessTransportFactory::PerCompositorData
232 CreateContextCommon(data->swap_client->AsWeakPtr(), data->surface_id);
259 per_compositor_data_[compositor]->surface_id,
281 source, target, &output_surface_map_, data->surface_id);
304 GpuSurfaceTracker::Get()->RemoveSurface(data->surface_id);
446 data->surface_id = tracker->AddSurfaceForNativeWidget(widget);
453 data->surface_id,
464 int surface_id) {
477 surface_id,
browser_compositor_output_surface.cc 22 int surface_id,
27 surface_id_(surface_id),
reflector_impl.h 38 int surface_id);
reflector_impl.cc 19 int surface_id)
28 surface_id_(surface_id) {
gpu_process_transport_factory.h 83 int surface_id);
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 88 int32 surface_id,
97 GpuSurfaceTracker::Get()->GetSurfaceHandle(surface_id);
101 surface_id,
116 int32 surface_id,
123 surface_id,
browser_gpu_channel_host_factory.h 32 int32 surface_id,
77 int32 surface_id,
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 72 int32 surface_id, const GPUCreateCommandBufferConfig& init_params) = 0;
109 int32 surface_id,
136 int surface_id, GpuRenderingStats* stats);
gpu_channel_host.cc 110 int32 surface_id,
118 "surface_id",
119 surface_id);
128 int32 route_id = factory_->CreateViewCommandBuffer(surface_id, init_params);
201 int surface_id, GpuRenderingStats* stats) {
204 return Send(new GpuChannelMsg_CollectRenderingStatsForSurface(surface_id,
  /external/chromium_org/content/app/android/
child_process_service.cc 59 virtual gfx::AcceleratedWidget AcquireNativeWidget(int surface_id) OVERRIDE {
63 env, service_.obj(), surface_id));
  /external/chromium_org/content/public/test/
mock_render_thread.h 116 int* surface_id);
125 int* surface_id,
mock_render_thread.cc 210 int* surface_id) {
213 *surface_id = surface_id_;
221 int* surface_id,
225 *surface_id = surface_id_;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_surface.c 80 assert(surface.surface_id != 0);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_surface.c 80 assert(surface.surface_id != 0);
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 55 C2D_STATUS (*LINK_c2dCreateSurface)( uint32 *surface_id,
60 C2D_STATUS (*LINK_c2dUpdateSurface)( uint32 surface_id,
65 C2D_STATUS (*LINK_c2dReadSurface)( uint32 surface_id,
81 C2D_STATUS (*LINK_c2dDestroySurface)( uint32 surface_id );
94 C2D_STATUS (*LINK_c2dFillSurface) ( uint32 surface_id, uint32 fill_color,
1551 unsigned int surface_id = 0; local
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 55 C2D_STATUS (*LINK_c2dCreateSurface)( uint32 *surface_id,
60 C2D_STATUS (*LINK_c2dUpdateSurface)( uint32 surface_id,
65 C2D_STATUS (*LINK_c2dReadSurface)( uint32 surface_id,
81 C2D_STATUS (*LINK_c2dDestroySurface)( uint32 surface_id );
94 C2D_STATUS (*LINK_c2dFillSurface) ( uint32 surface_id, uint32 fill_color,
1585 unsigned int surface_id = 0; local
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp 55 C2D_STATUS (*LINK_c2dCreateSurface)( uint32 *surface_id,
60 C2D_STATUS (*LINK_c2dUpdateSurface)( uint32 surface_id,
65 C2D_STATUS (*LINK_c2dReadSurface)( uint32 surface_id,
81 C2D_STATUS (*LINK_c2dDestroySurface)( uint32 surface_id );
94 C2D_STATUS (*LINK_c2dFillSurface) ( uint32 surface_id, uint32 fill_color,
1551 unsigned int surface_id = 0; local
    [all...]
  /external/chromium_org/content/browser/android/
child_process_launcher_android.cc 147 jobject GetViewSurface(JNIEnv* env, jclass clazz, jint surface_id) {
152 return CompositorImpl::GetSurface(surface_id);
  /external/chromium_org/content/common/gpu/
gpu_channel.h 112 int32 surface_id,
193 int32 surface_id, GpuRenderingStats* stats);
  /external/chromium_org/content/child/npapi/
webplugin.h 128 uint32 surface_id) = 0;
  /external/chromium_org/content/public/browser/
render_process_host.h 192 virtual void SurfaceUpdated(int32 surface_id) = 0;

Completed in 1901 milliseconds

12 3 4