OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:copySurfaceInto
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
Readback.cpp
33
CopyResult Readback::
copySurfaceInto
(renderthread::RenderThread& renderThread,
/frameworks/base/libs/hwui/renderthread/
RenderProxy.cpp
620
CREATE_BRIDGE3(
copySurfaceInto
, RenderThread* thread,
622
return (void*) Readback::
copySurfaceInto
(*args->thread,
626
int RenderProxy::
copySurfaceInto
(sp<Surface>& surface, SkBitmap* bitmap) {
627
SETUP_TASK(
copySurfaceInto
);
/frameworks/base/core/java/android/view/
ThreadedRenderer.java
888
public static int
copySurfaceInto
(Surface surface, Bitmap bitmap) {
[
all
...]
Completed in 311 milliseconds