Searched defs:ContextInfo (Results 1 – 12 of 12) sorted by relevance
672 struct ContextInfo in TEST_P() struct674 EGLContext context; in TEST_P()675 GLuint program; in TEST_P()676 GLuint query; in TEST_P()677 bool visiblePasses[passCount]; in TEST_P()678 bool shouldPass; in TEST_P()847 struct ContextInfo in TEST_P() struct849 EGLContext context; in TEST_P()850 GLBuffer buf; in TEST_P()851 GLProgram program; in TEST_P()[all …]
322 struct ContextInfo in TEST_P() struct324 EGLContext context; in TEST_P()325 GLuint program; in TEST_P()326 GLuint query; in TEST_P()327 EGLDisplay display; in TEST_P()329 ContextInfo() : context(EGL_NO_CONTEXT), program(0), query(0), display(EGL_NO_DISPLAY) {} in TEST_P() argument331 ~ContextInfo() in TEST_P()
1165 struct ContextInfo in TEST_P() struct1167 EGLContext context; in TEST_P()1168 GLuint program; in TEST_P()1169 GLuint query; in TEST_P()1170 GLuint buffer; in TEST_P()1171 size_t primitiveCounts[passCount]; in TEST_P()
24 ContextFactory::ContextInfo::ContextInfo(ContextInfo&& other) in ContextInfo() function in skiatest::graphite::ContextFactory::ContextInfo30 ContextFactory::ContextInfo::ContextInfo(GrContextFactory::ContextType type, in ContextInfo() function in skiatest::graphite::ContextFactory::ContextInfo
24 class ContextInfo; variable201 ContextInfo(GrContextFactory::ContextType type, in ContextInfo() function
78 class ContextInfo class
196 ContextInfo::ContextInfo (const RenderContext& context) in ContextInfo() function in glu::ContextInfo
1102 struct ContextInfo { struct in tensorflow::profiler::__anon581c8a820111::CudaEventRecorder1103 uint32 context_id = 0;1104 int num_streams = 0;1105 CUevent end_event;
21 namespace sk_gpu_test { class ContextInfo; } variable
124 "ContextInfo": { object
63 enum class ContextInfo : uint8_t enum
161 return [expectedStatus] (const glu::ContextInfo&) { return expectedStatus; }; in expectedStatusConstant()