Home
last modified time | relevance | path

Searched refs:objectIndex (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/pdf/
DSkPDFUtils.cpp232 void SkPDFUtils::ApplyGraphicState(int objectIndex, SkWStream* content) { in ApplyGraphicState() argument
233 SkPDFWriteResourceName(content, SkPDFResourceType::kExtGState, objectIndex); in ApplyGraphicState()
237 void SkPDFUtils::ApplyPattern(int objectIndex, SkWStream* content) { in ApplyPattern() argument
241 SkPDFWriteResourceName(content, SkPDFResourceType::kPattern, objectIndex); in ApplyPattern()
243 SkPDFWriteResourceName(content, SkPDFResourceType::kPattern, objectIndex); in ApplyPattern()
DSkPDFUtils.h63 void ApplyGraphicState(int objectIndex, SkWStream* content);
64 void ApplyPattern(int objectIndex, SkWStream* content);
/external/skia/src/pdf/
DSkPDFUtils.cpp240 void SkPDFUtils::ApplyGraphicState(int objectIndex, SkWStream* content) { in ApplyGraphicState() argument
241 SkPDFWriteResourceName(content, SkPDFResourceType::kExtGState, objectIndex); in ApplyGraphicState()
245 void SkPDFUtils::ApplyPattern(int objectIndex, SkWStream* content) { in ApplyPattern() argument
249 SkPDFWriteResourceName(content, SkPDFResourceType::kPattern, objectIndex); in ApplyPattern()
251 SkPDFWriteResourceName(content, SkPDFResourceType::kPattern, objectIndex); in ApplyPattern()
DSkPDFUtils.h63 void ApplyGraphicState(int objectIndex, SkWStream* content);
64 void ApplyPattern(int objectIndex, SkWStream* content);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp208 int objectIndex = 0; in basicSubobjectAtIndex() local
210 for (; currentIndex < subobjectIndex; ++objectIndex) in basicSubobjectAtIndex()
211 currentIndex += objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize; in basicSubobjectAtIndex()
215 --objectIndex; in basicSubobjectAtIndex()
216 currentIndex -= objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize; in basicSubobjectAtIndex()
219 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.cpp8414 for (uint32_t objectIndex = 0; objectIndex < objectCount; ++objectIndex) in PreCallValidateRegisterObjectsNVX() local
8416 …ameterName::IndexVector{ objectIndex }), "VkObjectEntryTypeNVX", AllVkObjectEntryTypeNVXEnums, ppO… in PreCallValidateRegisterObjectsNVX()
8418 …Name::IndexVector{ objectIndex }), "VkObjectEntryUsageFlagBitsNVX", AllVkObjectEntryUsageFlagBitsN… in PreCallValidateRegisterObjectsNVX()
9065 for (uint32_t objectIndex = 0; objectIndex < pCallbackData->objectCount; ++objectIndex) in PreCallValidateSubmitDebugUtilsMessageEXT() local
9067 …Objects[%i].pNext", ParameterName::IndexVector{ objectIndex }), NULL, pCallbackData->pObjects[obje… in PreCallValidateSubmitDebugUtilsMessageEXT()
9069 …e", ParameterName::IndexVector{ objectIndex }), "VkObjectType", AllVkObjectTypeEnums, pCallbackDat… in PreCallValidateSubmitDebugUtilsMessageEXT()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5944 int objectIndex = 0; in basicSubobjectAtIndex() local
5945 for (; currentIndex < subobjectIndex; objectIndex++) in basicSubobjectAtIndex()
5946 currentIndex += objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize; in basicSubobjectAtIndex()
5949 objectIndex--; in basicSubobjectAtIndex()
5950 currentIndex -= objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize; in basicSubobjectAtIndex()
5953 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()