Searched refs:getComponentCount (Results 1 - 5 of 5) sorted by relevance

/external/proguard/src/proguard/gui/
H A DTabbedPane.java130 if (cardPanel.getComponentCount() == 0)
219 int count = cardPanel.getComponentCount();
H A DListPanel.java188 List list = new ArrayList(getComponentCount()-1);
191 for (int index = 1; index < getComponentCount(); index++)
314 for (int index = firstSelectionButton; index < getComponentCount(); index++)
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp157 virtual int getComponentCount (void) const = 0;
180 virtual int getComponentCount (void) const { return m_componentCount; } function in class:deqp::gls::ContextArray
H A DglsVertexArrayTests.cpp790 static int getComponentCount (const Array::OutputType& type);
805 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType());
1125 int ContextShaderProgram::getComponentCount (const Array::OutputType& type)
H A DglsDrawTest.cpp916 int getComponentCount (void) const { return m_componentCount; }
1164 static int getComponentCount (const DrawTestSpec::OutputType& type);
1181 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType());
1494 int DrawTestShaderProgram::getComponentCount (const DrawTestSpec::OutputType& type)

Completed in 4544 milliseconds