Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrLayerAtlas

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,
110 void GrLayerAtlas::resetPlots() {
117 GrLayerAtlas::~GrLayerAtlas() {
121 void GrLayerAtlas::makeMRU(Plot* plot) {
130 GrLayerAtlas::Plot* GrLayerAtlas::addToAtlas(ClientPlotUsage* usage,