Searched defs:GrRenderTarget (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrRenderTarget.h18 * GrRenderTarget represents a 2D buffer of pixels that can be rendered to.
24 class GrRenderTarget : public GrSurface { class in inherits:GrSurface
26 SK_DECLARE_INST_COUNT(GrRenderTarget)
41 virtual GrRenderTarget* asRenderTarget() SK_OVERRIDE { return this; }
42 virtual const GrRenderTarget* asRenderTarget() const SK_OVERRIDE {
58 // GrRenderTarget
101 * Call to indicate that GrRenderTarget was externally resolved. This may
107 * @return true if the GrRenderTarget requires MSAA resolving
147 GrRenderTarget(GrGpu* gpu, function in class:GrRenderTarget
/external/skia/include/gpu/
H A DGrRenderTarget.h18 * GrRenderTarget represents a 2D buffer of pixels that can be rendered to.
24 class GrRenderTarget : public GrSurface { class in inherits:GrSurface
26 SK_DECLARE_INST_COUNT(GrRenderTarget)
41 virtual GrRenderTarget* asRenderTarget() SK_OVERRIDE { return this; }
42 virtual const GrRenderTarget* asRenderTarget() const SK_OVERRIDE {
58 // GrRenderTarget
101 * Call to indicate that GrRenderTarget was externally resolved. This may
107 * @return true if the GrRenderTarget requires MSAA resolving
147 GrRenderTarget(GrGpu* gpu, function in class:GrRenderTarget

Completed in 121 milliseconds