HomeSort by relevance Sort by last modified time
    Searched defs:kType (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/
GrBuffer.cpp 49 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType();
50 GrScratchKey::Builder builder(key, kType, 1 + (sizeof(size_t) + 3) / 4);
GrTexture.cpp 95 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType();
107 GrScratchKey::Builder builder(key, kType, 3);
GrRenderTargetContext.cpp     [all...]
  /external/skia/gm/
nonclosedpaths.cpp 89 constexpr ClosureType kType[] = {
107 MakePath(&path, kType[type]);
130 MakePath(&path, kType[type]);
  /art/compiler/
compiled_method.h 125 kType,
162 LinkerPatch patch(literal_offset, Type::kType, target_dex_file);
268 DCHECK(patch_type_ == Type::kType ||
275 DCHECK(patch_type_ == Type::kType ||
  /external/skia/src/core/
SkLiteDL.cpp 72 static const auto kType = Type::SetDrawFilter;
84 static const auto kType = Type::Save;
88 static const auto kType = Type::Restore;
92 static const auto kType = Type::SaveLayer;
110 static const auto kType = Type::Concat;
116 static const auto kType = Type::SetMatrix;
124 static const auto kType = Type::Translate;
132 static const auto kType = Type::TranslateZ;
143 static const auto kType = Type::ClipPath;
151 static const auto kType = Type::ClipRect
    [all...]
  /art/runtime/
dex_file.h     [all...]

Completed in 247 milliseconds