Home
last modified time | relevance | path

Searched refs:GrGLBackendTextureInfo (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/private/
DGrGLTypesPriv.h76 class GrGLBackendTextureInfo {
78 GrGLBackendTextureInfo(const GrGLTextureInfo& info, GrGLTextureParameters* params) in GrGLBackendTextureInfo() function
80 GrGLBackendTextureInfo(const GrGLBackendTextureInfo&) = delete;
81 GrGLBackendTextureInfo& operator=(const GrGLBackendTextureInfo&) = delete;
87 void assign(const GrGLBackendTextureInfo&, bool thisIsValid);
/external/skia/src/gpu/gl/
DGrGLTypesPriv.cpp58 void GrGLBackendTextureInfo::assign(const GrGLBackendTextureInfo& that, bool thisIsValid) { in assign()
67 void GrGLBackendTextureInfo::cleanup() { SkSafeUnref(fParams); } in cleanup()
/external/skia/include/gpu/
DGrBackendSurface.h400 GrGLBackendTextureInfo fGLInfo;