Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrBatchAtlas

45 void GrAADistanceFieldPathRenderer::HandleEviction(GrBatchAtlas::AtlasID id, void* pr) {
143 GrBatchAtlas* atlas, PathCache* pathCache, PathDataList* pathList) {
194 GrBatchAtlas* atlas = fAtlas;
294 GrBatchAtlas* atlas,
315 GrBatchAtlas* atlas,
412 GrBatchAtlas::AtlasID id;
454 GrBatchAtlas* atlas,
551 GrBatchAtlas* fAtlas;
556 static GrBatchAtlas* create_atlas(GrContext* context, GrBatchAtlas::EvictionFunc func, void* data) {
557 GrBatchAtlas* atlas;
570 atlas = SkNEW_ARGS(GrBatchAtlas, (texture, NUM_PLOTS_X, NUM_PLOTS_Y));
635 static void HandleEviction(GrBatchAtlas::AtlasID id, void* pr) {
652 GrBatchAtlas* fAtlas;