Searched refs:declType (Results 1 – 3 of 3) sorted by relevance
188 static GLenum GetDeclTypeComponentType(D3DDECLTYPE declType) in GetDeclTypeComponentType() argument190 switch (declType) in GetDeclTypeComponentType()
364 static GLenum GetDeclTypeComponentType(D3DDECLTYPE declType) in GetDeclTypeComponentType() argument366 switch (declType) in GetDeclTypeComponentType()
1470 MRTCase(deqp::Context& context, glu::GLSLVersion glslVersion, DeclarationType declType) in MRTCase() argument1471 …: TestCase(context, (declType == ARRAY ? "MRT_array" : "MRT_separate"), "GL_KHR_blend_equation_adv… in MRTCase()1473 , m_declarationType(declType) in MRTCase()