HomeSort by relevance Sort by last modified time
    Searched defs:GrCCPRAtlas (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/ccpr/
GrCCPRAtlas.cpp 8 #include "GrCCPRAtlas.h"
20 class GrCCPRAtlas::Node {
46 GrCCPRAtlas::GrCCPRAtlas(const GrCaps& caps, int minWidth, int minHeight)
58 GrCCPRAtlas::~GrCCPRAtlas() {
61 bool GrCCPRAtlas::addRect(int w, int h, SkIPoint16* loc) {
74 bool GrCCPRAtlas::internalPlaceRect(int w, int h, SkIPoint16* loc) {
103 sk_sp<GrRenderTargetContext> GrCCPRAtlas::finalize(GrOnFlushResourceProvider* onFlushRP,
GrCCPRAtlas.h 26 class GrCCPRAtlas {
30 GrCCPRAtlas(const GrCaps&, int minWidth, int minHeight);
31 ~GrCCPRAtlas();

Completed in 2970 milliseconds