Skia
2DGraphicsLibrary
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GrBackendTexture Class Reference

Public Member Functions

 GrBackendTexture (int width, int height, GrPixelConfig config, const GrGLTextureInfo &glInfo)
 
int width () const
 
int height () const
 
GrPixelConfig config () const
 
GrBackend backend () const
 
const GrGLTextureInfo * getGLTextureInfo () const
 

Private Member Functions

 GrBackendTexture (const GrBackendTextureDesc &desc, GrBackend backend)
 

Private Attributes

int fWidth
 
int fHeight
 
GrPixelConfig fConfig
 
GrBackend fBackend
 
union {
   GrGLTextureInfo   fGLInfo
 
}; 
 

Friends

class SkImage
 
class SkSurface
 

The documentation for this class was generated from the following file: