Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp44 struct AtlasTexture { struct in __anonf0e438a60111::GLTestAtlasTextRenderer
292 AtlasTexture* atlas = new AtlasTexture; in createTexture()
303 auto* atlasTexture = reinterpret_cast<const AtlasTexture*>(textureHandle); in deleteTexture()
315 auto atlasTexture = reinterpret_cast<const AtlasTexture*>(textureHandle); in setTextureData()
340 auto atlas = reinterpret_cast<const AtlasTexture*>(textureHandle); in drawSDFGlyphs()
/third_party/flutter/skia/src/atlastext/
DSkInternalAtlasTextContext.h57 struct AtlasTexture { struct
80 AtlasTexture fDistanceFieldAtlas; argument