Home
last modified time | relevance | path

Searched defs:contextType (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/skia/m133/tools/skqp/src/
Dskqp_GpuTestProcs.cpp76 static bool skip_context(skgpu::ContextType contextType) { in skip_context()
98 skgpu::ContextType contextType = static_cast<skgpu::ContextType>(typeInt); in RunWithGaneshTestContexts() local
131 skgpu::ContextType contextType = static_cast<skgpu::ContextType>(typeInt); in RunWithGraphiteTestContexts() local
164 for (auto contextType : contextsToDump) { in printBackendInfo() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcContext.cpp37 Context::Context(tcu::TestContext& testCtx, glu::ContextType contextType) in Context()
48 void Context::createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags) in createRenderContext()
DglcExtTokens.cpp30 void GLExtTokens::init(const glu::ContextType& contextType) in init()
DglcParallelShaderCompileTests.cpp81 const glu::ContextType& contextType = m_context.getRenderContext().getType(); in iterate() local
171 const glu::ContextType& contextType = m_context.getRenderContext().getType(); in iterate() local
234 const glu::ContextType& contextType = m_context.getRenderContext().getType(); in iterate() local
DglcNoErrorTests.cpp95 glu::ContextType contextType(m_ApiType); in iterate() local
DglcShaderMacroTests.cpp109 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cIndirectParametersTests.cpp86 glu::ContextType contextType = m_context.getRenderContext().getType(); in iterate() local
250 glu::ContextType contextType = m_context.getRenderContext().getType(); in iterate() local
340 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
522 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
Dgl4cShaderDrawParametersTests.cpp155 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
237 glu::ContextType contextType = m_context.getRenderContext().getType(); in draw() local
720 glu::ContextType contextType = m_context.getRenderContext().getType(); in initChild() local
794 glu::ContextType contextType = m_context.getRenderContext().getType(); in initChild() local
Dgl4cSpirvExtensionsTests.cpp58 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
/third_party/skia/m133/dm/
DDMGpuTestProcs.cpp86 skgpu::ContextType contextType = static_cast<skgpu::ContextType>(typeInt); in RunWithGaneshTestContexts() local
127 skgpu::ContextType contextType = static_cast<skgpu::ContextType>(typeInt); in RunWithGraphiteTestContexts() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp128 static void genBasicSpec (gls::DrawTestSpec& spec, glu::ContextType& contextType, gls::DrawTestSpec… in genBasicSpec()
514 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
582 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
648 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
685 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
733 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
795 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
Des31fGeometryShaderTests.cpp118 …std::string specializeShader (const std::string& shaderSource, const glu::ContextType& contextType) in specializeShader()
132 auto contextType = ctx.getRenderContext().getType(); in checkSupport() local
220 VertexExpanderShader::VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShader… in VertexExpanderShader()
291 std::string VertexExpanderShader::genGeometrySource (const glu::ContextType& contextType, rr::Geome… in genGeometrySource() argument
323 VertexEmitterShader::VertexEmitterShader (const glu::ContextType& contextType, int emitCountA, int … in VertexEmitterShader()
392 std::string VertexEmitterShader::genGeometrySource (const glu::ContextType& contextType, int emitCo… in genGeometrySource() argument
456 VertexVaryingShader::VertexVaryingShader (const glu::ContextType& contextType, int vertexOut, int g… in VertexVaryingShader()
619 …ramDeclaration VertexVaryingShader::genProgramDeclaration (const glu::ContextType& contextType, in… in genProgramDeclaration()
808 OutputCountShader::OutputCountShader (const glu::ContextType& contextType, const OutputCountPattern… in OutputCountShader()
865 std::string OutputCountShader::genGeometrySource (const glu::ContextType& contextType, const Output… in genGeometrySource() argument
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayTests.cpp137 glu::ContextType contextType = m_context.getRenderContext().getType(); in init() local
/third_party/skia/tests/
DGrContextOOM.cpp22 auto contextType = static_cast<sk_gpu_test::GrContextFactory::ContextType>(ct); in DEF_GPUTEST() local
DGrDDLImageTest.cpp17 auto contextType = static_cast<sk_gpu_test::GrContextFactory::ContextType>(ct); in DEF_GPUTEST() local
/third_party/skia/m133/tests/
DGrContextOOM.cpp32 auto contextType = static_cast<skgpu::ContextType>(ct); in DEF_GANESH_TEST() local
DGrDDLImageTest.cpp38 auto contextType = static_cast<skgpu::ContextType>(ct); in DEF_GANESH_TEST() local
/third_party/skia/m133/tools/graphite/vk/
DGraphiteVulkanTestContext.cpp93 skgpu::ContextType VulkanTestContext::contextType() { in contextType() function in skiatest::graphite::VulkanTestContext
/third_party/vk-gl-cts/modules/egl/
DteglThreadCleanUpTests.cpp151 static std::string testCaseName (ContextType contextType, SurfaceType surfaceType) in testCaseName()
169 ThreadCleanUpTest (EglTestContext& eglTestCtx, ContextType contextType, SurfaceType surfaceType) in ThreadCleanUpTest()
/third_party/skia/dm/
DDMGpuTestProcs.cpp54 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGPUTestContexts() local
/third_party/skia/tools/flags/
DCommonFlagsConfig.cpp518 ContextType contextType, in SkCommandLineConfigGpu()
561 SkCommandLineConfigGpu::ContextType contextType = GrContextFactory::kGL_ContextType; in parse_command_line_config_gpu() local
636 ContextType contextType = ContextType::kMetal; in parse_command_line_config_graphite() local
/third_party/skia/m133/tools/flags/
DCommonFlagsConfig.cpp569 ContextType contextType, in SkCommandLineConfigGpu()
614 SkCommandLineConfigGpu::ContextType contextType = skgpu::ContextType::kGL; in parse_command_line_config_gpu() local
691 ContextType contextType = skgpu::ContextType::kMetal; in parse_command_line_config_graphite() local
/third_party/vk-gl-cts/framework/opengl/
DgluStrUtil.cpp145 std::ostream& operator<< (std::ostream& str, ContextType contextType) in operator <<()
/third_party/skia/src/utils/win/
DSkWGL_win.cpp358 SkWGLContextRequest contextType, HGLRC shareContext) { in create_gl_context()
424 SkWGLContextRequest contextType, HGLRC shareContext) { in SkCreateWGLContext()
450 SkWGLContextRequest contextType, in Create()
/third_party/skia/m133/tools/gpu/gl/win/
DSkWGL_win.cpp356 SkWGLContextRequest contextType, HGLRC shareContext) { in create_gl_context()
422 SkWGLContextRequest contextType, HGLRC shareContext) { in SkCreateWGLContext()
448 SkWGLContextRequest contextType, in Create()

1234