Home
last modified time | relevance | path

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

/external/proguard/src/proguard/gui/
DListPanel.java187 List list = new ArrayList(getComponentCount()-1); in getButtons()
190 for (int index = 1; index < getComponentCount(); index++) in getButtons()
313 for (int index = firstSelectionButton; index < getComponentCount(); index++) in enableSelectionButtons()
DTabbedPane.java130 if (cardPanel.getComponentCount() == 0) in add()
219 int count = cardPanel.getComponentCount(); in updateButtonSelection()
/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp157 virtual int getComponentCount (void) const = 0;
180 virtual int getComponentCount (void) const { return m_componentCount; } in getComponentCount() function in deqp::gls::ContextArray
DglsVertexArrayTests.cpp758 static int getComponentCount (const Array::OutputType& type);
773 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram()
1093 int ContextShaderProgram::getComponentCount (const Array::OutputType& type) in getComponentCount() function in deqp::gls::ContextShaderProgram
DglsDrawTest.cpp902 int getComponentCount (void) const { return m_componentCount; } in getComponentCount() function in deqp::gls::__anond14e03d00111::AttributeArray
1150 static int getComponentCount (const DrawTestSpec::OutputType& type);
1167 m_componentCount[arrayNdx] = getComponentCount(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()
1480 int DrawTestShaderProgram::getComponentCount (const DrawTestSpec::OutputType& type) in getComponentCount() function in deqp::gls::__anond14e03d00111::DrawTestShaderProgram