Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DOcclusionQueriesTest.cpp672 struct ContextInfo in TEST_P() struct
674 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() struct
849 EGLContext context; in TEST_P()
850 GLBuffer buf; in TEST_P()
851 GLProgram program; in TEST_P()
[all …]
DTimerQueriesTest.cpp322 struct ContextInfo in TEST_P() struct
324 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() argument
331 ~ContextInfo() in TEST_P()
DTransformFeedbackTest.cpp1165 struct ContextInfo in TEST_P() struct
1167 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()
/external/skia/tools/graphite/
DContextFactory.cpp24 ContextFactory::ContextInfo::ContextInfo(ContextInfo&& other) in ContextInfo() function in skiatest::graphite::ContextFactory::ContextInfo
30 ContextFactory::ContextInfo::ContextInfo(GrContextFactory::ContextType type, in ContextInfo() function in skiatest::graphite::ContextFactory::ContextInfo
/external/skia/tools/gpu/
DGrContextFactory.h24 class ContextInfo; variable
201 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/backends/gpu/
Dcupti_tracer.cc1102 struct ContextInfo { struct in tensorflow::profiler::__anon581c8a820111::CudaEventRecorder
1103 uint32 context_id = 0;
1104 int num_streams = 0;
1105 CUevent end_event;
/external/skia/tests/
DTest.h21 namespace sk_gpu_test { class ContextInfo; } variable
/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()