Home
last modified time | relevance | path

Searched refs:offsetCount (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/
Dcreate_test_font.cpp262 int offsetCount = charCodes.count(); in output_font() local
263 for (int index = 0; index < offsetCount;) { in output_font()
266 if (++index < offsetCount) { in output_font()
281 for (int index = 0; index < offsetCount; ++index) { in output_font()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationShrinker.java1448 int offsetCount = producerOffsets.instructionOffsetCount(); in markVariableProducers() local
1449 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++) in markVariableProducers()
1477 int offsetCount = producerOffsets.instructionOffsetCount(); in markVariableInitializersBefore() local
1478 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++) in markVariableInitializersBefore()
1606 int offsetCount = producerOffsets.instructionOffsetCount(); in markStackEntryProducers() local
1607 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++) in markStackEntryProducers()
2199 int offsetCount = instructionOffsets.instructionOffsetCount(); in isAnyStackEntryNecessaryAfter() local
2201 for (int offsetIndex = 0; offsetIndex < offsetCount; offsetIndex++) in isAnyStackEntryNecessaryAfter()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp759 unsigned offsetCount; in BindVertexBuffers() local
763 offsetCount = aOffsetCount; in BindVertexBuffers()
766 offsetCount = 1; in BindVertexBuffers()
769 …vkCmdBindVertexBuffers(aCommandBuffer, BindId, offsetCount, &VulkanMemoryBuffer.handle(), offsetLi… in BindVertexBuffers()