Searched defs:GrGpu (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpu.cpp10 #include "GrGpu.h"
30 GrGpu::GrGpu(GrContext* context) function in class:GrGpu
52 GrGpu::~GrGpu() {
60 void GrGpu::contextAbandoned() {}
64 GrTexture* GrGpu::createTexture(const GrTextureDesc& desc,
104 bool GrGpu::attachStencilBufferToRenderTarget(GrRenderTarget* rt) {
135 GrTexture* GrGpu::wrapBackendTexture(const GrBackendTextureDesc& desc) {
152 GrRenderTarget* GrGpu
[all...]
H A DGrGpu.h25 class GrGpu : public GrDrawTarget { class in inherits:GrDrawTarget
44 * Create an instance of GrGpu that matches the specified backend. If the requested backend is
46 * fully constructed and should not be used by GrGpu until after this function returns.
48 static GrGpu* Create(GrBackend, GrBackendContext, GrContext* context);
52 GrGpu(GrContext* context);
53 virtual ~GrGpu();
63 // GrGpu should use this to ensure that no backend API calls will be made from
69 * The GrGpu object normally assumes that no outsider is setting state
71 * the GrGpu that the state was modified and it shouldn't make assumptions
261 // After the client interacts directly with the 3D context state the GrGpu
[all...]
/external/skia/src/gpu/
H A DGrGpu.cpp10 #include "GrGpu.h"
30 GrGpu::GrGpu(GrContext* context) function in class:GrGpu
52 GrGpu::~GrGpu() {
56 void GrGpu::abandonResources() {
72 void GrGpu::releaseResources() {
88 void GrGpu::insertObject(GrGpuObject* object) {
95 void GrGpu::removeObject(GrGpuObject* object) {
103 void GrGpu
[all...]
H A DGrGpu.h24 class GrGpu : public GrDrawTarget { class in inherits:GrDrawTarget
43 * Create an instance of GrGpu that matches the specified backend. If the requested backend is
45 * fully constructed and should not be used by GrGpu until after this function returns.
47 static GrGpu* Create(GrBackend, GrBackendContext, GrContext* context);
51 GrGpu(GrContext* context);
52 virtual ~GrGpu();
58 * The GrGpu object normally assumes that no outsider is setting state
60 * the GrGpu that the state was modified and it shouldn't make assumptions
245 * Called to tell GrGpu that all GrGpuObjects have been lost and should
251 * Called to tell GrGpu t
[all...]

Completed in 334 milliseconds