Home
last modified time | relevance | path

Searched defs:context_type (Results 1 – 15 of 15) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp877 const glu::ContextType context_type = m_context.getRenderContext().getType(); in iterate() local
1497 const glu::ContextType context_type = m_context.getRenderContext().getType(); in iterate() local
1885 void PerVertexValidationTest::getTestIterationProperties(glu::ContextType context_type, _test_itera… in getTestIterationProperties()
2395 std::string PerVertexValidationTest::getVertexShaderBody(glu::ContextType context_type, _test_itera… in getVertexShaderBody()
2472 const glu::ContextType context_type = m_context.getRenderContext().getType(); in iterate() local
2561 const glu::ContextType context_type = m_context.getRenderContext().getType(); in runPipelineObjectValidationTestMode() local
2752 glu::ContextType context_type = m_context.getRenderContext().getType(); in runSeparateShaderTestMode() local
3037 const glu::ContextType context_type = m_context.getRenderContext().getType(); in getReservedNames() local
4888 const glu::ContextType context_type = m_context.getRenderContext().getType(); in getShaderBody() local
5316 const glu::ContextType context_type = m_context.getRenderContext().getType(); in getSupportedLanguageFeatures() local
[all …]
Dgl3cTextureSizePromotion.cpp74 glu::ContextType context_type = m_context.getRenderContext().getType(); in iterate() local
247 glu::ContextType context_type = m_context.getRenderContext().getType(); in prepareSourceTexture() local
Dgl4cTextureViewTests.cpp1628 … TextureViewUtilities::getMajorMinorVersionFromContextVersion(const glu::ContextType& context_type, in getMajorMinorVersionFromContextVersion()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp129 const glu::ContextType& context_type = getContext().getRenderContext().getType(); in init() local
DesextcTestCaseBase.cpp94 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in initExtensions() local
/external/llvm-project/lldb/include/lldb/Core/
DValue.h91 void SetContext(ContextType context_type, void *p) { in SetContext()
/external/rust/crates/anyhow/tests/
Dtest_context.rs17 macro_rules! context_type { macro
/external/deqp/external/openglcts/modules/common/
DglcMultipleContextsTests.cpp220 glu::ContextType context_type(m_api_type); in iterate() local
561 glu::ContextType context_type(m_api_type); in initSharedContexts() local
DglcViewportArrayTests.cpp796 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in get() local
1036 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in iterate() local
1464 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in iterate() local
2139 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in iterate() local
2529 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in iterate() local
3059 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in setup16x2Depths() local
3255 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in setup2x2Viewport() local
3630 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in iterate() local
4595 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in checkResults() local
DglcRobustBufferAccessBehaviorTests.cpp1019 glu::ContextType context_type = context.getRenderContext().getType(); in createRobustContext() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c216 LLVMTypeRef context_type; in lp_jit_create_types() local
/external/llvm-project/lldb/source/DataFormatters/
DTypeFormat.cpp47 const Value::ContextType context_type = value.GetContextType(); in FormatObject() local
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredRendering.cpp204 const glu::ContextType& context_type = m_context.getRenderContext().getType(); in iterate() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c316 LLVMTypeRef context_type; in create_jit_context_type() local
380 LLVMTypeRef context_type; in create_gs_jit_context_type() local
558 LLVMTypeRef context_type; in create_tcs_jit_context_type() local
658 LLVMTypeRef context_type; in create_tes_jit_context_type() local
712 LLVMTypeRef texture_type, sampler_type, context_type, buffer_type, in create_jit_types() local
2669 LLVMTypeRef texture_type, sampler_type, image_type, context_type; in create_gs_jit_types() local
3047 LLVMTypeRef texture_type, sampler_type, image_type, context_type; in create_tcs_jit_types() local
3696 LLVMTypeRef texture_type, sampler_type, image_type, context_type; in create_tes_jit_types() local
/external/llvm-project/lldb/source/Core/
DValue.cpp632 const char *Value::GetContextTypeAsCString(ContextType context_type) { in GetContextTypeAsCString()