Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp188 static GLenum GetDeclTypeComponentType(D3DDECLTYPE declType) in GetDeclTypeComponentType() argument
190 switch (declType) in GetDeclTypeComponentType()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp364 static GLenum GetDeclTypeComponentType(D3DDECLTYPE declType) in GetDeclTypeComponentType() argument
366 switch (declType) in GetDeclTypeComponentType()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp1470 MRTCase(deqp::Context& context, glu::GLSLVersion glslVersion, DeclarationType declType) in MRTCase() argument
1471 …: TestCase(context, (declType == ARRAY ? "MRT_array" : "MRT_separate"), "GL_KHR_blend_equation_adv… in MRTCase()
1473 , m_declarationType(declType) in MRTCase()