Searched defs:kType (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/
H A DGrIndexBuffer.h20 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); local
22 GrScratchKey::Builder builder(key, kType, 2);
H A DGrVertexBuffer.h19 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); local
21 GrScratchKey::Builder builder(key, kType, 2);
H A DGrTexture.cpp97 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); local
107 GrScratchKey::Builder builder(key, kType, 3);
/external/skia/gm/
H A Dnonclosedpaths.cpp89 static const ClosureType kType[] = { variable
107 MakePath(&path, kType[type]);
130 MakePath(&path, kType[type]);

Completed in 265 milliseconds