Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DOcclusionQueriesTest.cpp219 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()
DTimerQueriesTest.cpp312 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()
DTransformFeedbackTest.cpp565 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/
DTimerQueriesTest.cpp321 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()
DOcclusionQueriesTest.cpp623 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()
DTransformFeedbackTest.cpp1166 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/
DContextFactory.cpp18 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/
DGrContextFactory.h20 class ContextInfo; variable
182 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo() function
/third_party/skia/tools/gpu/
DGrContextFactory.h20 class ContextInfo; variable
194 ContextInfo(GrContextFactory::ContextType type, in ContextInfo() function
/third_party/vk-gl-cts/framework/opengl/
DgluContextInfo.hpp78 class ContextInfo class
DgluContextInfo.cpp196 ContextInfo::ContextInfo (const RenderContext& context) in ContextInfo() function in glu::ContextInfo
/third_party/node/src/
Denv.h583 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/
Dpacked_cl_enums.json124 "ContextInfo": { object
DPackedCLEnums_autogen.h63 enum class ContextInfo : uint8_t enum
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcFramebufferCompleteness.cpp161 return [expectedStatus] (const glu::ContextInfo&) { return expectedStatus; }; in expectedStatusConstant()