OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
108
GrDrawTarget
::~GrDrawTarget()
[
all
...]
GrDrawTarget.h
29
class
GrDrawTarget
: public SkRefCnt {
34
SK_DECLARE_INST_COUNT(
GrDrawTarget
)
38
// The context may not be fully constructed and should not be used during
GrDrawTarget
40
GrDrawTarget
(GrContext* context);
41
virtual ~
GrDrawTarget
();
67
* make a copy. The
GrDrawTarget
will take a reference to passed object.
68
* Passing NULL will cause the
GrDrawTarget
to use its own internal draw
74
* Read-only access to the
GrDrawTarget
's current draw state.
79
* Read-write access to the
GrDrawTarget
's current draw state. Note that
157
*
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)
108
GrDrawTarget
::~GrDrawTarget()
[
all
...]
GrDrawTarget.h
29
class
GrDrawTarget
: public SkRefCnt {
34
SK_DECLARE_INST_COUNT(
GrDrawTarget
)
38
// The context may not be fully constructed and should not be used during
GrDrawTarget
40
GrDrawTarget
(GrContext* context);
41
virtual ~
GrDrawTarget
();
67
* make a copy. The
GrDrawTarget
will take a reference to passed object.
68
* Passing NULL will cause the
GrDrawTarget
to use its own internal draw
74
* Read-only access to the
GrDrawTarget
's current draw state.
79
* Read-write access to the
GrDrawTarget
's current draw state. Note that
157
*
GrDrawTarget
subclass. For deferred subclasses the caller has t
[
all
...]
Completed in 339 milliseconds