OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrLayerAtlas
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/gpu/
GrLayerAtlas.cpp
10
#include "
GrLayerAtlas
.h"
15
GrLayerAtlas
::Plot::Plot()
21
GrLayerAtlas
::Plot::~Plot() {
25
void
GrLayerAtlas
::Plot::init(int id, int offX, int offY, int width, int height) {
31
bool
GrLayerAtlas
::Plot::allocateRect(int width, int height, SkIPoint16* loc) {
41
void
GrLayerAtlas
::Plot::reset() {
53
bool
GrLayerAtlas
::reattachBackingTexture() {
60
void
GrLayerAtlas
::createBackingTexture() {
74
GrLayerAtlas
::
GrLayerAtlas
(GrTextureProvider* texProvider, GrPixelConfig config,
[
all
...]
GrLayerAtlas.h
18
class
GrLayerAtlas
;
22
// The backing GrTexture for a
GrLayerAtlas
is broken into a spatial grid of Plots. When
31
class
GrLayerAtlas
{
44
friend class
GrLayerAtlas
;
100
GrLayerAtlas
(GrTextureProvider*, GrPixelConfig, GrSurfaceFlags flags,
103
~
GrLayerAtlas
();
GrLayerCache.h
12
#include "
GrLayerAtlas
.h"
63
GrLayerAtlas
::ClientPlotUsage fPlotUsage;
223
void setPlot(
GrLayerAtlas
::Plot* plot) {
227
GrLayerAtlas
::Plot* plot() { return fPlot; }
234
SkDEBUGCODE(const
GrLayerAtlas
::Plot* plot() const { return fPlot; })
276
GrLayerAtlas
::Plot* fPlot;
380
SkAutoTDelete<
GrLayerAtlas
> fAtlas; // lazily allocated
414
void purgePlot(
GrLayerAtlas
::Plot* plot);
GrLayerCache.cpp
8
#include "
GrLayerAtlas
.h"
109
fAtlas.reset(new
GrLayerAtlas
(fContext->textureProvider(), kSkia8888_GrPixelConfig,
212
GrLayerAtlas
::Plot* plot = fAtlas->addToAtlas(&pictInfo->fPlotUsage,
401
GrLayerAtlas
::PlotIter iter;
402
GrLayerAtlas
::Plot* plot;
403
for (plot = fAtlas->iterInit(&iter,
GrLayerAtlas
::kLRUFirst_IterOrder);
420
void GrLayerCache::purgePlot(
GrLayerAtlas
::Plot* plot) {
/external/skia/
Android.mk
394
src/gpu/
GrLayerAtlas
.cpp \
Completed in 67 milliseconds