/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | OcclusionQueriesTest.cpp | 219 struct ContextInfo in TEST_P() struct 221 EGLContext context; in TEST_P() 222 GLuint program; in TEST_P() 223 GLuint query; in TEST_P() 224 bool visiblePasses[passCount]; in TEST_P() 225 bool shouldPass; in TEST_P()
|
D | TimerQueriesTest.cpp | 312 struct ContextInfo in TEST_P() struct 314 EGLContext context; in TEST_P() 315 GLuint program; in TEST_P() 316 GLuint query; in TEST_P() 317 EGLDisplay display; in TEST_P() 319 ContextInfo() : context(EGL_NO_CONTEXT), program(0), query(0), display(EGL_NO_DISPLAY) {} in TEST_P() function 321 ~ContextInfo() in TEST_P()
|
D | TransformFeedbackTest.cpp | 565 struct ContextInfo in TEST_P() struct 567 EGLContext context; in TEST_P() 568 GLuint program; in TEST_P() 569 GLuint query; in TEST_P() 570 GLuint buffer; in TEST_P() 571 size_t primitiveCounts[passCount]; in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | TimerQueriesTest.cpp | 321 struct ContextInfo in TEST_P() struct 323 EGLContext context; in TEST_P() 324 GLuint program; in TEST_P() 325 GLuint query; in TEST_P() 326 EGLDisplay display; in TEST_P() 328 ContextInfo() : context(EGL_NO_CONTEXT), program(0), query(0), display(EGL_NO_DISPLAY) {} in TEST_P() function 330 ~ContextInfo() in TEST_P()
|
D | OcclusionQueriesTest.cpp | 623 struct ContextInfo in TEST_P() struct 625 EGLContext context; in TEST_P() 626 GLuint program; in TEST_P() 627 GLuint query; in TEST_P() 628 bool visiblePasses[passCount]; in TEST_P() 629 bool shouldPass; in TEST_P()
|
D | TransformFeedbackTest.cpp | 1166 struct ContextInfo in TEST_P() struct 1168 EGLContext context; in TEST_P() 1169 GLuint program; in TEST_P() 1170 GLuint query; in TEST_P() 1171 GLuint buffer; in TEST_P() 1172 size_t primitiveCounts[passCount]; in TEST_P()
|
/third_party/skia/tools/graphite/ |
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
|
/third_party/flutter/skia/tools/gpu/ |
D | GrContextFactory.h | 20 class ContextInfo; variable 182 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo() function
|
/third_party/skia/tools/gpu/ |
D | GrContextFactory.h | 20 class ContextInfo; variable 194 ContextInfo(GrContextFactory::ContextType type, in ContextInfo() function
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluContextInfo.hpp | 78 class ContextInfo class
|
D | gluContextInfo.cpp | 196 ContextInfo::ContextInfo (const RenderContext& context) in ContextInfo() function in glu::ContextInfo
|
/third_party/node/src/ |
D | env.h | 583 struct ContextInfo { struct 584 explicit ContextInfo(const std::string& name) : name(name) {} in ContextInfo() function 585 const std::string name; 586 std::string origin; 587 bool is_default = false;
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | packed_cl_enums.json | 124 "ContextInfo": { object
|
D | PackedCLEnums_autogen.h | 63 enum class ContextInfo : uint8_t enum
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcFramebufferCompleteness.cpp | 161 return [expectedStatus] (const glu::ContextInfo&) { return expectedStatus; }; in expectedStatusConstant()
|