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

  /external/skia/src/gpu/mtl/
GrMtlResourceProvider.h 54 // We may actually have kMaxEntries+1 PipelineStates in context because we create a new
56 kMaxEntries = 128,
  /external/skia/src/gpu/vk/
GrVkResourceProvider.h 209 // We may actually have kMaxEntries+1 PipelineStates in context because we create a new
211 kMaxEntries = 128,
  /external/skqp/src/gpu/vk/
GrVkResourceProvider.h 202 // We may actually have kMaxEntries+1 PipelineStates in context because we create a new
204 kMaxEntries = 128,
  /art/runtime/
indirect_reference_table.cc 216 constexpr size_t kMaxEntries = kMaxTableSizeInBytes / sizeof(IrtEntry);
217 if (new_size > kMaxEntries) {
  /external/skia/src/gpu/gl/
GrGLGpu.h 321 // We may actually have kMaxEntries+1 shaders in the GL context because we create a new
323 static const int kMaxEntries = 128;
  /external/skqp/src/gpu/gl/
GrGLGpu.h 313 // We may actually have kMaxEntries+1 shaders in the GL context because we create a new
315 static const int kMaxEntries = 128;
  /external/dng_sdk/source/
dng_image_writer.h 615 kMaxEntries = 100
620 const tiff_tag *fTag [kMaxEntries];

Completed in 399 milliseconds