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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 11 #include "GrDrawTarget.h"
24 GrDrawTarget::DrawInfo& GrDrawTarget::DrawInfo::operator =(const DrawInfo& di) {
49 bool GrDrawTarget::DrawInfo::isInstanced() const {
66 void GrDrawTarget::DrawInfo::adjustInstanceCount(int instanceOffset) {
74 void GrDrawTarget::DrawInfo::adjustStartVertex(int vertexOffset) {
79 void GrDrawTarget::DrawInfo::adjustStartIndex(int indexOffset) {
90 GrDrawTarget::GrDrawTarget(GrContext* context)
110 GrDrawTarget::~GrDrawTarget()
    [all...]
GrDrawTarget.h 33 class GrDrawTarget : public SkRefCnt {
38 SK_DECLARE_INST_COUNT(GrDrawTarget)
45 // The context may not be fully constructed and should not be used during GrDrawTarget
47 GrDrawTarget(GrContext* context);
48 virtual ~GrDrawTarget();
74 * make a copy. The GrDrawTarget will take a reference to passed object.
75 * Passing NULL will cause the GrDrawTarget to use its own internal draw
81 * Read-only access to the GrDrawTarget's current draw state.
86 * Read-write access to the GrDrawTarget's current draw state. Note that
139 * GrDrawTarget subclass. For deferred subclasses the caller has t
    [all...]

Completed in 252 milliseconds