OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system_surface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/surface/
accelerated_surface_transformer_win.cc
502
ScopedComPtr<IDirect3DSurface9>
system_surface
;
local
518
system_surface
.Receive(),
528
hr = device()->GetRenderTargetData(gpu_surface,
system_surface
);
536
// We're done: |
system_surface
| is a wrapper around |dst|.
539
// Extra memcpy required from |
system_surface
| to |dst|.
540
return ReadByLockAndCopy(
system_surface
, dst, dst_bytes_per_row,
accelerated_surface_win.cc
964
base::win::ScopedComPtr<IDirect3DSurface9>
system_surface
;
local
965
HRESULT hr = system_texture->GetSurfaceLevel(0,
system_surface
.Receive());
977
system_surface
);
992
hr =
system_surface
->LockRect(&locked_surface, NULL, D3DLOCK_READONLY);
1024
system_surface
->UnlockRect();
[
all
...]
Completed in 146 milliseconds