Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp191 bool isPointSizeUsed (void) const;
231 bool ProgramSpec::isPointSizeUsed (void) const in isPointSizeUsed() function in deqp::gles3::Functional::TransformFeedback::ProgramSpec
249 int totalVertexAttribs = 1 /* a_position */ + (spec.isPointSizeUsed() ? 1 : 0); in isProgramSupported()
329 bool addPointSize = spec.isPointSizeUsed(); in genShaderSources()
951 …teInputLayout(m_attributes, m_inputStride, m_progSpec.getVaryings(), m_progSpec.isPointSizeUsed()); in init()