Home
last modified time | relevance | path

Searched refs:fCachedContext (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/samplecode/
DSampleTextureUpload.cpp58 GrDirectContext* fCachedContext = nullptr; member in TextureUploadSample
73 fCachedContext = nullptr; in onChar()
78 fCachedContext = nullptr; in onChar()
113 if (direct != fCachedContext) { in onDrawContent()
114 fCachedContext = direct; in onDrawContent()
/third_party/flutter/skia/samplecode/
DSampleTextureUpload.cpp58 GrContext* fCachedContext = nullptr; member in TextureUploadSample
73 fCachedContext = nullptr; in onChar()
78 fCachedContext = nullptr; in onChar()
115 if (context != fCachedContext) { in onDrawContent()
116 fCachedContext = context; in onDrawContent()