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

/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp1176 enum VaryingSource enum in class:deqp::gles31::Functional::__anon3571::VaryingOutputCountShader
1193 VaryingOutputCountShader (VaryingSource source, int maxEmitCount, bool instanced);
1199 static const char* getAttributeName (VaryingSource test);
1202 static std::string genGeometrySource (VaryingSource test, int maxEmitCount, bool instanced);
1203 static std::string genVertexSource (VaryingSource test);
1205 const VaryingSource m_test;
1212 VaryingOutputCountShader::VaryingOutputCountShader (VaryingSource source, int maxEmitCount, bool instanced)
1327 const char* VaryingOutputCountShader::getAttributeName (VaryingSource test)
1340 std::string VaryingOutputCountShader::genGeometrySource (VaryingSource test, int maxEmitCount, bool instanced)
1430 std::string VaryingOutputCountShader::genVertexSource (VaryingSource tes
[all...]

Completed in 50 milliseconds