/third_party/skia/tools/gpu/ |
D | GrContextFactory.h | 20 class ContextInfo; variable 136 ContextInfo getContextInfo(ContextType type, ContextOverrides = ContextOverrides::kNone); 143 ContextInfo getSharedContextInfo(GrDirectContext* shareContext, uint32_t shareIndex = 0); 152 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides, 172 class ContextInfo { 174 ContextInfo() = default; 175 ContextInfo(const ContextInfo&) = default; 176 ContextInfo& operator=(const ContextInfo&) = default; 194 ContextInfo(GrContextFactory::ContextType type, in ContextInfo() function
|
D | GrContextFactory.cpp | 136 ContextInfo GrContextFactory::getContextInfoInternal(ContextType type, ContextOverrides overrides, in getContextInfoInternal() 150 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, in getContextInfoInternal() 193 return ContextInfo(); in getContextInfoInternal() 223 return ContextInfo(); in getContextInfoInternal() 226 return ContextInfo(); in getContextInfoInternal() 243 return ContextInfo(); in getContextInfoInternal() 267 return ContextInfo(); in getContextInfoInternal() 279 return ContextInfo(); in getContextInfoInternal() 290 return ContextInfo(); in getContextInfoInternal() 300 return ContextInfo(); in getContextInfoInternal() [all …]
|
/third_party/skia/tools/graphite/ |
D | ContextFactory.h | 31 class ContextInfo { 33 ContextInfo() = default; 34 ContextInfo(ContextInfo&& other); 35 ~ContextInfo() = default; 46 ContextInfo(ContextFactory::ContextType type, 64 std::vector<ContextInfo> fContexts;
|
D | ContextFactory.cpp | 18 ContextFactory::ContextInfo::ContextInfo(ContextInfo&& other) in ContextInfo() function in skiatest::graphite::ContextFactory::ContextInfo 24 ContextFactory::ContextInfo::ContextInfo(ContextFactory::ContextType type, in ContextInfo() function in skiatest::graphite::ContextFactory::ContextInfo 32 sk_sp<skgpu::Context> ContextFactory::ContextInfo::refContext() const { return fContext; } in refContext() 38 for (ContextInfo& c : fContexts) { in getContextInfo()
|
/third_party/flutter/skia/tools/gpu/ |
D | GrContextFactory.h | 20 class ContextInfo; variable 126 ContextInfo getContextInfo(ContextType type, ContextOverrides = ContextOverrides::kNone); 133 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0); 142 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides, 162 class ContextInfo { 164 ContextInfo() = default; 165 ContextInfo& operator=(const ContextInfo&) = default; 182 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo() function
|
D | GrContextFactory.cpp | 122 ContextInfo GrContextFactory::getContextInfoInternal(ContextType type, ContextOverrides overrides, in getContextInfoInternal() 135 return ContextInfo(context.fType, context.fTestContext, context.fGrContext, in getContextInfoInternal() 194 return ContextInfo(); in getContextInfoInternal() 197 return ContextInfo(); in getContextInfoInternal() 209 return ContextInfo(); in getContextInfoInternal() 231 return ContextInfo(); in getContextInfoInternal() 242 return ContextInfo(); in getContextInfoInternal() 252 return ContextInfo(); in getContextInfoInternal() 257 return ContextInfo(); in getContextInfoInternal() 271 return ContextInfo(); in getContextInfoInternal() [all …]
|
/third_party/skia/tests/ |
D | GrContextFactoryTest.cpp | 23 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 33 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 48 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 58 ContextInfo info2 = testFactory.getSharedContextInfo(info1.directContext()); in DEF_GPUTEST() 63 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 66 ContextInfo info4 = testFactory.getSharedContextInfo(info3.directContext()); in DEF_GPUTEST() 74 ContextInfo info5 = testFactory.getSharedContextInfo(info3.directContext(), 1); in DEF_GPUTEST() 94 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType); in DEF_GPUTEST() 99 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
D | SurfaceSemaphoreTest.cpp | 67 const sk_gpu_test::ContextInfo& childInfo, in draw_child() 113 const sk_gpu_test::ContextInfo& mainInfo, in surface_semaphore_test() 114 const sk_gpu_test::ContextInfo& childInfo1, in surface_semaphore_test() 115 const sk_gpu_test::ContextInfo& childInfo2, in surface_semaphore_test() 208 sk_gpu_test::ContextInfo ctxInfo = factory.getContextInfo(contextType); in DEF_GPUTEST() 215 sk_gpu_test::ContextInfo child1 = in DEF_GPUTEST() 217 sk_gpu_test::ContextInfo child2 = in DEF_GPUTEST()
|
D | SkSLDSLOnlyTest.cpp | 18 void StartDSL(const sk_gpu_test::ContextInfo ctxInfo);
|
D | Test.h | 125 typedef void GrContextTestFn(Reporter*, const sk_gpu_test::ContextInfo&); 244 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo&); \ 251 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)
|
D | GrContextAbandonTest.cpp | 21 ContextInfo info = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
/third_party/flutter/skia/tests/ |
D | GrContextFactoryTest.cpp | 22 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 32 ContextInfo info2 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 47 ContextInfo info1 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 57 ContextInfo info2 = testFactory.getSharedContextInfo(info1.grContext()); in DEF_GPUTEST() 62 ContextInfo info3 = testFactory.getContextInfo(ctxType); in DEF_GPUTEST() 65 ContextInfo info4 = testFactory.getSharedContextInfo(info3.grContext()); in DEF_GPUTEST() 73 ContextInfo info5 = testFactory.getSharedContextInfo(info3.grContext(), 1); in DEF_GPUTEST() 93 ContextInfo serialInfo = serialFactory.getContextInfo(ctxType); in DEF_GPUTEST() 98 ContextInfo threadedInfo = threadedFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
D | SurfaceSemaphoreTest.cpp | 64 const sk_gpu_test::ContextInfo& childInfo, in draw_child() 110 const sk_gpu_test::ContextInfo& mainInfo, in surface_semaphore_test() 111 const sk_gpu_test::ContextInfo& childInfo1, in surface_semaphore_test() 112 const sk_gpu_test::ContextInfo& childInfo2, in surface_semaphore_test() 206 sk_gpu_test::ContextInfo ctxInfo = factory.getContextInfo(contextType); in DEF_GPUTEST() 213 sk_gpu_test::ContextInfo child1 = in DEF_GPUTEST() 215 sk_gpu_test::ContextInfo child2 = in DEF_GPUTEST()
|
D | Test.h | 115 typedef void GrContextTestFn(Reporter*, const sk_gpu_test::ContextInfo&); 178 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo& context_info); \ 185 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)
|
D | GrContextAbandonTest.cpp | 20 ContextInfo info = testFactory.getContextInfo(ctxType); in DEF_GPUTEST()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | PackedCLEnums_autogen.cpp | 165 ContextInfo FromCLenum<ContextInfo>(CLenum from) in FromCLenum() 170 return ContextInfo::ReferenceCount; in FromCLenum() 172 return ContextInfo::Devices; in FromCLenum() 174 return ContextInfo::Properties; in FromCLenum() 176 return ContextInfo::NumDevices; in FromCLenum() 178 return ContextInfo::InvalidEnum; in FromCLenum() 182 CLenum ToCLenum(ContextInfo from) in ToCLenum() 186 case ContextInfo::ReferenceCount: in ToCLenum() 188 case ContextInfo::Devices: in ToCLenum() 190 case ContextInfo::Properties: in ToCLenum() [all …]
|
D | PackedCLEnums_autogen.h | 63 enum class ContextInfo : uint8_t enum 75 ContextInfo FromCLenum<ContextInfo>(CLenum from); 76 CLenum ToCLenum(ContextInfo from); 77 std::ostream &operator<<(std::ostream &os, ContextInfo value);
|
/third_party/flutter/skia/dm/ |
D | DMGpuTestProcs.cpp | 12 using sk_gpu_test::ContextInfo; 55 ContextInfo ctxInfo = factory.getContextInfo(contextType); in RunWithGPUTestContexts()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLContext.cpp | 23 cl_int Context::getInfo(ContextInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() 32 case ContextInfo::ReferenceCount: in getInfo() 37 case ContextInfo::NumDevices: in getInfo() 42 case ContextInfo::Devices: in getInfo() 51 case ContextInfo::Properties: in getInfo()
|
/third_party/skia/dm/ |
D | DMGpuTestProcs.cpp | 19 using sk_gpu_test::ContextInfo; 68 ContextInfo ctxInfo = factory.getContextInfo(contextType); in RunWithGPUTestContexts()
|
/third_party/node/src/ |
D | inspector_agent.h | 22 struct ContextInfo; 112 void ContextCreated(v8::Local<v8::Context> context, const ContextInfo& info);
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | TimerQueriesTest.cpp | 312 struct ContextInfo in TEST_P() struct 319 ContextInfo() : context(EGL_NO_CONTEXT), program(0), query(0), display(EGL_NO_DISPLAY) {} in TEST_P() argument 321 ~ContextInfo() in TEST_P() argument 329 ContextInfo contexts[2]; in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | TimerQueriesTest.cpp | 321 struct ContextInfo in TEST_P() struct 328 ContextInfo() : context(EGL_NO_CONTEXT), program(0), query(0), display(EGL_NO_DISPLAY) {} in TEST_P() function 330 ~ContextInfo() in TEST_P() argument 338 ContextInfo contexts[2]; in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tes31Context_override.cpp | 64 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in createRenderContext()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tes31Context_override.cpp | 70 m_contextInfo = glu::ContextInfo::create(*m_renderCtx); in createRenderContext()
|