/third_party/vk-gl-cts/framework/opengl/ |
D | gluContextInfo.cpp | 77 class ES2ContextInfo : public ContextInfo 151 : glu::ContextInfo (context) in ES2ContextInfo() 196 ContextInfo::ContextInfo (const RenderContext& context) in ContextInfo() function in glu::ContextInfo 222 ContextInfo::~ContextInfo (void) in ~ContextInfo() 226 int ContextInfo::getInt (int param) const in getInt() 234 bool ContextInfo::getBool (int param) const in getBool() 242 const char* ContextInfo::getString (int param) const in getString() 249 bool ContextInfo::isCompressedTextureFormatSupported (int format) const in isCompressedTextureFormatSupported() 255 bool ContextInfo::isExtensionSupported (const char* name) const in isExtensionSupported() 261 bool ContextInfo::isES3Compatible() const in isES3Compatible() [all …]
|
D | gluContextInfo.hpp | 78 class ContextInfo class 81 virtual ~ContextInfo (void); 100 static ContextInfo* create (const RenderContext& context); 103 ContextInfo (const RenderContext& context); 108 ContextInfo (const ContextInfo& other); 109 ContextInfo& operator= (const ContextInfo& other);
|
D | gluTexture.hpp | 72 …Texture2D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const t… 83 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const… 84 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const… 85 …static Texture2D* create (const RenderContext& context, const ContextInfo& contextInfo, const… in create() 125 …TextureCube (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const… 136 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con… 137 …static TextureCube* create (const RenderContext& context, const ContextInfo& contextInfo, con… 163 …Texture2DArray (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, con… 226 …Texture3D (const RenderContext& context, const ContextInfo& contextInfo, int numLevels, const tc…
|
D | gluStateReset.hpp | 32 class ContextInfo; 34 void resetState (const RenderContext& renderCtx, const ContextInfo& ctxInfo);
|
/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/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()
|
/third_party/vk-gl-cts/modules/gles2/ |
D | tes2Context.hpp | 32 class ContextInfo; 53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; } in getContextInfo() 59 glu::ContextInfo* m_contextInfo;
|
D | tes2CapabilityTests.cpp | 105 …ExtensionCase (tcu::TestContext& testCtx, const glu::ContextInfo& ctxInfo, const char* name, co… 110 const glu::ContextInfo& m_ctxInfo; 114 ExtensionCase::ExtensionCase (tcu::TestContext& testCtx, const glu::ContextInfo& ctxInfo, const cha… in ExtensionCase() 142 const glu::ContextInfo& ctxInfo; in init()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderLibraryCase.hpp | 33 class ContextInfo; 49 const glu::ContextInfo& contextInfo, 65 const glu::ContextInfo& m_contextInfo;
|
D | glsFragOpInteractionCase.hpp | 34 class ContextInfo; 52 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… 66 const glu::ContextInfo& m_ctxInfo;
|
D | glsShaderLibrary.cpp | 38 …CaseFactory (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& con… in CaseFactory() 58 const glu::ContextInfo& m_contextInfo; 63 …ary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo) in ShaderLibrary()
|
D | glsShaderLibrary.hpp | 41 …y (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo); 52 const glu::ContextInfo& m_contextInfo;
|
/third_party/vk-gl-cts/modules/gles3/ |
D | tes3Context.hpp | 33 class ContextInfo; 54 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() 60 glu::ContextInfo* m_contextInfo;
|
/third_party/vk-gl-cts/modules/gles31/ |
D | tes31Context.hpp | 33 class ContextInfo; 54 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; } in getContextInfo() 66 glu::ContextInfo* m_contextInfo;
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcContext.hpp | 35 class ContextInfo; 67 const glu::ContextInfo& getContextInfo(void) const in getContextInfo() 83 glu::ContextInfo* m_contextInfo;
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeTestShared.hpp | 60 …stContext (ErrorCase& host, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, tcu::… 68 const glu::ContextInfo& getContextInfo (void) const { return m_ctxInfo; } in getContextInfo() 82 const glu::ContextInfo& m_ctxInfo;
|
/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/node/src/ |
D | js_native_api_v8_inspector.h | 60 struct ContextInfo { struct 61 explicit ContextInfo(const std::string& name) : name(name) {} in ContextInfo() function 115 void ContextCreated(v8::Local<v8::Context> context, const ContextInfo& info);
|
/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/vk-gl-cts/modules/gles3/functional/ |
D | es3fTextureWrapTests.cpp | 60 static inline bool isASTCSupported (const glu::ContextInfo& contextInfo) in isASTCSupported() 86 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… 87 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… 88 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… 109 const glu::ContextInfo& m_renderCtxInfo; 132 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase() 152 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase() 173 … (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const… in TextureWrapCase()
|