OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrLayerHoister
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/core/
SkMultiPictureDraw.cpp
19
#include "
GrLayerHoister
.h"
119
GrLayerHoister
::Begin(context);
142
GrLayerHoister
::FindLayersToAtlas(context, data.fPicture, initialMatrix,
149
GrLayerHoister
::DrawLayersToAtlas(context, atlasedNeedRendering);
176
GrLayerHoister
::FindLayersToHoist(context, picture, initialMatrix,
180
GrLayerHoister
::DrawLayers(context, needRendering);
186
GrLayerHoister
::UnlockLayers(context, needRendering);
187
GrLayerHoister
::UnlockLayers(context, recycled);
202
GrLayerHoister
::UnlockLayers(context, atlasedNeedRendering);
203
GrLayerHoister
::UnlockLayers(context, atlasedRecycled)
[
all
...]
/external/skia/src/gpu/
GrLayerHoister.cpp
9
#include "
GrLayerHoister
.h"
117
void
GrLayerHoister
::FindLayersToAtlas(GrContext* context,
179
void
GrLayerHoister
::FindLayersToHoist(GrContext* context,
229
void
GrLayerHoister
::DrawLayersToAtlas(GrContext* context,
279
void
GrLayerHoister
::FilterLayer(GrContext* context,
322
void
GrLayerHoister
::DrawLayers(GrContext* context, const SkTDArray<GrHoistedLayer>& layers) {
365
void
GrLayerHoister
::UnlockLayers(GrContext* context,
376
void
GrLayerHoister
::Begin(GrContext* context) {
382
void
GrLayerHoister
::End(GrContext* context) {
GrLayerHoister.h
34
class
GrLayerHoister
{
SkGpuDevice.cpp
16
#include "
GrLayerHoister
.h"
[
all
...]
/external/skia/
Android.mk
396
src/gpu/
GrLayerHoister
.cpp \
Completed in 667 milliseconds