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

  /external/skia/src/gpu/
GrDrawTarget.cpp 11 #include "GrDrawTarget.h"
18 SK_DEFINE_INST_COUNT(GrDrawTarget)
22 GrDrawTarget::DrawInfo& GrDrawTarget::DrawInfo::operator =(const DrawInfo& di) {
44 bool GrDrawTarget::DrawInfo::isInstanced() const {
61 void GrDrawTarget::DrawInfo::adjustInstanceCount(int instanceOffset) {
69 void GrDrawTarget::DrawInfo::adjustStartVertex(int vertexOffset) {
74 void GrDrawTarget::DrawInfo::adjustStartIndex(int indexOffset) {
85 GrDrawTarget::GrDrawTarget() : fClip(NULL)
    [all...]
GrDrawTarget.h 31 class GrDrawTarget : public GrRefCnt {
33 /** This helper class allows GrDrawTarget subclasses to set the caps values without having to be
34 made a friend of GrDrawTarget::Caps. */
55 SK_DECLARE_INST_COUNT(GrDrawTarget)
86 friend class GrDrawTarget; // to set values of fInternals
91 GrDrawTarget();
92 virtual ~GrDrawTarget();
118 * make a copy. The GrDrawTarget will take a reference to passed object.
119 * Passing NULL will cause the GrDrawTarget to use its own internal draw
125 * Read-only access to the GrDrawTarget's current draw state
    [all...]

Completed in 580 milliseconds