HomeSort by relevance Sort by last modified time
    Searched refs:kMaxEntries (Results 1 - 12 of 12) sorted by null

  /external/skia/src/gpu/gl/
GrGLGpuProgramCache.cpp 33 : fMap(kMaxEntries)
GrGLGpu.h 306 // We may actually have kMaxEntries+1 shaders in the GL context because we create a new
308 static const int kMaxEntries = 128;
  /external/skqp/src/gpu/gl/
GrGLGpuProgramCache.cpp 33 : fMap(kMaxEntries)
GrGLGpu.h 324 // We may actually have kMaxEntries+1 shaders in the GL context because we create a new
326 static const int kMaxEntries = 128;
  /frameworks/minikin/include/minikin/
LayoutCache.h 173 dprintf(fd, " Usage: %zd/%zd entries\n", mCache.size(), kMaxEntries);
179 static LayoutCache cache(kMaxEntries);
200 // static const size_t kMaxEntries = LruCache<LayoutCacheKey, Layout*>::kUnlimitedCapacity;
204 static const size_t kMaxEntries = 5000;
  /external/skia/src/gpu/vk/
GrVkPipelineStateCache.cpp 40 : fMap(kMaxEntries)
GrVkResourceProvider.h 180 // We may actually have kMaxEntries+1 PipelineStates in context because we create a new
182 kMaxEntries = 128,
  /external/skqp/src/gpu/vk/
GrVkPipelineStateCache.cpp 40 : fMap(kMaxEntries)
GrVkResourceProvider.h 180 // We may actually have kMaxEntries+1 PipelineStates in context because we create a new
182 kMaxEntries = 128,
  /art/runtime/
indirect_reference_table.cc 212 constexpr size_t kMaxEntries = kMaxTableSizeInBytes / sizeof(IrtEntry);
213 if (new_size > kMaxEntries) {
  /external/dng_sdk/source/
dng_image_writer.h 615 kMaxEntries = 100
620 const tiff_tag *fTag [kMaxEntries];
dng_image_writer.cpp 575 if (fEntries >= kMaxEntries)
    [all...]

Completed in 757 milliseconds