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 18 class GrSurface : public GrResource {
20 SK_DECLARE_INST_COUNT(GrSurface);
67 * Checks whether this GrSurface refers to the same GPU object as other. This
71 bool isSameAs(const GrSurface* other) const {
123 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)
  /external/skia/include/gpu/
GrSurface.h 18 class GrSurface : public GrResource {
20 SK_DECLARE_INST_COUNT(GrSurface);
67 * Checks whether this GrSurface refers to the same GPU object as other. This
71 bool isSameAs(const GrSurface* other) const {
123 GrSurface(GrGpu* gpu, bool isWrapped, const GrTextureDesc& desc)

Completed in 298 milliseconds