Home
last modified time | relevance | path

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

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureTreeWalker.java52 int firstComponent = componentChars[0]; in ligature() local
54 if (lastFirstComponent != firstComponent) { in ligature()
60 lastFirstComponent = firstComponent; in ligature()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp524 const VariablePathComponent& firstComponent = path.front(); in validateSingleVariable() local
526 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()
575 const VariablePathComponent& firstComponent = path.front(); in validateSingleVariable() local
580 if (!firstComponent.isInterfaceBlock()) in validateSingleVariable()
602 …const glw::GLenum interface = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFOR… in validateSingleVariable()
603 … (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_BUFFER) ? (GL_SHADER_STORAGE_BLOCK) : in validateSingleVariable()
606 …std::vector<char> nameBuffer (firstComponent.getInterfaceBlock()->interfaceName.size() + 3 * firs… in validateSingleVariable()
617 expectedName << firstComponent.getInterfaceBlock()->interfaceName; in validateSingleVariable()
618 …for (int dimensionNdx = 0; dimensionNdx < (int)firstComponent.getInterfaceBlock()->dimensions.size… in validateSingleVariable()
654 const VariablePathComponent& firstComponent = path.front(); in validateSingleVariable() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp1059 const deInt32 firstComponent = imageData.getPixelInt(x, y, z).x(); in verifyResolvedImage() local
1061 if (firstComponent > 0) in verifyResolvedImage()
1661 const deInt32 firstComponent = imageData.getPixelInt(x, y, z).x(); in verifyResolvedImage() local
1663 if (firstComponent > 0) in verifyResolvedImage()