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

  /external/chromium_org/third_party/skia/include/gpu/
GrSurface.h 20 class GrSurface : public GrGpuObject {
22 SK_DECLARE_INST_COUNT(GrSurface);
77 * Checks whether this GrSurface refers to the same GPU object as other. This
81 bool isSameAs(const GrSurface* other) const {
139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
  /external/skia/include/gpu/
GrSurface.h 20 class GrSurface : public GrGpuObject {
22 SK_DECLARE_INST_COUNT(GrSurface);
77 * Checks whether this GrSurface refers to the same GPU object as other. This
81 bool isSameAs(const GrSurface* other) const {
139 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)

Completed in 136 milliseconds