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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 11 #include "GrDrawTarget.h"
23 GrDrawTarget::DrawInfo& GrDrawTarget::DrawInfo::operator =(const DrawInfo& di) {
48 bool GrDrawTarget::DrawInfo::isInstanced() const {
65 void GrDrawTarget::DrawInfo::adjustInstanceCount(int instanceOffset) {
73 void GrDrawTarget::DrawInfo::adjustStartVertex(int vertexOffset) {
78 void GrDrawTarget::DrawInfo::adjustStartIndex(int indexOffset) {
89 GrDrawTarget::GrDrawTarget(GrContext* context)
109 GrDrawTarget::~GrDrawTarget()
    [all...]
GrDrawTarget.h 31 class GrDrawTarget : public SkRefCnt {
36 SK_DECLARE_INST_COUNT(GrDrawTarget)
40 // The context may not be fully constructed and should not be used during GrDrawTarget
42 GrDrawTarget(GrContext* context);
43 virtual ~GrDrawTarget();
69 * make a copy. The GrDrawTarget will take a reference to passed object.
70 * Passing NULL will cause the GrDrawTarget to use its own internal draw
76 * Read-only access to the GrDrawTarget's current draw state.
81 * Read-write access to the GrDrawTarget's current draw state. Note that
159 * GrDrawTarget subclass. For deferred subclasses the caller has t
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 11 #include "GrDrawTarget.h"
23 GrDrawTarget::DrawInfo& GrDrawTarget::DrawInfo::operator =(const DrawInfo& di) {
48 bool GrDrawTarget::DrawInfo::isInstanced() const {
65 void GrDrawTarget::DrawInfo::adjustInstanceCount(int instanceOffset) {
73 void GrDrawTarget::DrawInfo::adjustStartVertex(int vertexOffset) {
78 void GrDrawTarget::DrawInfo::adjustStartIndex(int indexOffset) {
89 GrDrawTarget::GrDrawTarget(GrContext* context)
109 GrDrawTarget::~GrDrawTarget()
    [all...]
GrDrawTarget.h 31 class GrDrawTarget : public SkRefCnt {
36 SK_DECLARE_INST_COUNT(GrDrawTarget)
40 // The context may not be fully constructed and should not be used during GrDrawTarget
42 GrDrawTarget(GrContext* context);
43 virtual ~GrDrawTarget();
69 * make a copy. The GrDrawTarget will take a reference to passed object.
70 * Passing NULL will cause the GrDrawTarget to use its own internal draw
76 * Read-only access to the GrDrawTarget's current draw state.
81 * Read-write access to the GrDrawTarget's current draw state. Note that
159 * GrDrawTarget subclass. For deferred subclasses the caller has t
    [all...]

Completed in 53 milliseconds