OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkiaOpenGLReadback
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLReadback.h
25
class
SkiaOpenGLReadback
: public OpenGLReadback {
27
SkiaOpenGLReadback
(renderthread::RenderThread& thread) : OpenGLReadback(thread) {}
SkiaOpenGLReadback.cpp
17
#include "
SkiaOpenGLReadback
.h"
34
CopyResult
SkiaOpenGLReadback
::copyImageInto(EGLImageKHR eglImage, const Matrix4& imgTransform,
/frameworks/base/libs/hwui/renderthread/
RenderThread.cpp
20
#include "../pipeline/skia/
SkiaOpenGLReadback
.h"
216
mReadback = new skiapipeline::
SkiaOpenGLReadback
(*this);
/frameworks/base/libs/hwui/
Android.mk
27
pipeline/skia/
SkiaOpenGLReadback
.cpp \
Completed in 112 milliseconds