OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrGpu
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/src/
GrGpu.cpp
17
#include "
GrGpu
.h"
36
GrGpu
::
GrGpu
()
60
GrGpu
::~
GrGpu
() {
64
void
GrGpu
::abandonResources() {
81
void
GrGpu
::releaseResources() {
98
void
GrGpu
::insertResource(GrResource* resource) {
112
void
GrGpu
::removeResource(GrResource* resource) {
131
void
GrGpu
::unimpl(const char msg[])
[
all
...]
/external/skia/gpu/include/
GrGpu.h
59
class
GrGpu
: public GrDrawTarget {
78
* Create an instance of
GrGpu
that matches the specified Engine backend.
82
static
GrGpu
* Create(GrEngine, GrPlatform3DContext context3D);
86
GrGpu
();
87
virtual ~
GrGpu
();
98
* The
GrGpu
object normally assumes that no outsider is setting state
100
* the
GrGpu
that the state was modified and it shouldn't make assumptions
218
* with a width less than this size the
GrGpu
object will clamp it to this
225
* with a height less than this size the
GrGpu
object will clamp it to this
479
// The
GrGpu
typically records the clients requested state and then flushe
[
all
...]
Completed in 36 milliseconds