Home
last modified time | relevance | path

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

/external/angle/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.cpp646 struct ContextInfo in TEST_P() struct
648 EGLContext context; in TEST_P()
649 GLuint program; in TEST_P()
650 GLuint query; in TEST_P()
651 bool visiblePasses[passCount]; in TEST_P()
652 bool shouldPass; in TEST_P()
DTransformFeedbackTest.cpp1062 struct ContextInfo in TEST_P() struct
1064 EGLContext context; in TEST_P()
1065 GLuint program; in TEST_P()
1066 GLuint query; in TEST_P()
1067 GLuint buffer; in TEST_P()
1068 size_t primitiveCounts[passCount]; in TEST_P()
/external/tensorflow/tensorflow/core/profiler/utils/
Dgroup_events.h48 struct ContextInfo { struct
49 ContextInfo(int type, uint64 id) : type(type), id(id) {} in ContextInfo() function
50 int type;
51 uint64 id;
/external/skqp/tools/gpu/
DGrContextFactory.h20 class ContextInfo; variable
186 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo() function
/external/skia/tools/gpu/
DGrContextFactory.h20 class ContextInfo; variable
190 ContextInfo(GrContextFactory::ContextType type, in ContextInfo() function
/external/deqp/framework/opengl/
DgluContextInfo.hpp78 class ContextInfo class
DgluContextInfo.cpp196 ContextInfo::ContextInfo (const RenderContext& context) in ContextInfo() function in glu::ContextInfo
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_tracer.cc1057 struct ContextInfo { struct in tensorflow::profiler::__anond046b8460111::CudaEventRecorder
1058 uint32 context_id = 0;
1059 int num_streams = 0;
1060 CUevent end_event;
/external/angle/src/common/
Dpacked_cl_enums.json124 "ContextInfo": { object
DPackedCLEnums_autogen.h63 enum class ContextInfo : uint8_t enum
/external/deqp/external/openglcts/modules/common/
DglcFramebufferCompleteness.cpp161 return [expectedStatus] (const glu::ContextInfo&) { return expectedStatus; }; in expectedStatusConstant()