Home
last modified time | relevance | path

Searched refs:context_info (Results 1 – 10 of 10) sorted by relevance

/external/skia/tests/
DTest.h177 #define DEF_GPUTEST_FOR_CONTEXTS(name, context_filter, reporter, context_info, options_filter) \ argument
178 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo& context_info); \
185 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)
187 #define DEF_GPUTEST_FOR_ALL_CONTEXTS(name, reporter, context_info) \ argument
188 DEF_GPUTEST_FOR_CONTEXTS(name, nullptr, reporter, context_info, nullptr)
190 #define DEF_GPUTEST_FOR_RENDERING_CONTEXTS(name, reporter, context_info) \ argument
192 reporter, context_info, nullptr)
193 #define DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(name, reporter, context_info) \ argument
195 reporter, context_info, nullptr)
196 #define DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(name, reporter, context_info) \ argument
[all …]
DGrAHardwareBufferTest.cpp205 reporter, context_info) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
206 basic_draw_test_helper(reporter, context_info, kTopLeft_GrSurfaceOrigin); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
207 basic_draw_test_helper(reporter, context_info, kBottomLeft_GrSurfaceOrigin); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
273 reporter, context_info) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
274 surface_draw_test_helper(reporter, context_info, kTopLeft_GrSurfaceOrigin); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
275 surface_draw_test_helper(reporter, context_info, kBottomLeft_GrSurfaceOrigin); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrSurfaceTest.cpp154 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(InitialTextureClear, reporter, context_info) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
160 GrContext* context = context_info.grContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
246 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ReadOnlyTexture, reporter, context_info) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
274 GrContext* context = context_info.grContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DTest.h189 #define DEF_GPUTEST_FOR_CONTEXTS(name, context_filter, reporter, context_info, options_filter) \ argument
190 static void test_##name(skiatest::Reporter*, const sk_gpu_test::ContextInfo& context_info); \
197 void test_##name(skiatest::Reporter* reporter, const sk_gpu_test::ContextInfo& context_info)
199 #define DEF_GPUTEST_FOR_ALL_CONTEXTS(name, reporter, context_info) \ argument
200 DEF_GPUTEST_FOR_CONTEXTS(name, nullptr, reporter, context_info, nullptr)
202 #define DEF_GPUTEST_FOR_RENDERING_CONTEXTS(name, reporter, context_info) \ argument
204 reporter, context_info, nullptr)
205 #define DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(name, reporter, context_info) \ argument
207 reporter, context_info, nullptr)
208 #define DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(name, reporter, context_info) \ argument
[all …]
DGrAHardwareBufferTest.cpp205 reporter, context_info) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
206 basic_draw_test_helper(reporter, context_info, kTopLeft_GrSurfaceOrigin); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
207 basic_draw_test_helper(reporter, context_info, kBottomLeft_GrSurfaceOrigin); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrSurfaceTest.cpp152 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(InitialTextureClear, reporter, context_info) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
158 GrContext* context = context_info.grContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
245 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ReadOnlyTexture, reporter, context_info) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
272 GrContext* context = context_info.grContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/deqp/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.cpp296 const glu::ContextInfo& context_info, in executeQuery() argument
349 if (context_info.isExtensionSupported("GL_ARB_query_buffer_object") && qo_bo_id != 0) in executeQuery()
1120 …StatisticsQueryUtilities::isQuerySupported(glw::GLenum value, const glu::ContextInfo& context_info, in isQuerySupported() argument
1131 !context_info.isExtensionSupported("GL_ARB_geometry_shader4")) in isQuerySupported()
1143 !context_info.isExtensionSupported("GL_ARB_tessellation_shader")) in isQuerySupported()
1154 !context_info.isExtensionSupported("GL_ARB_compute_shader")) in isQuerySupported()
1432 const glu::ContextInfo& context_info = m_context.getContextInfo(); in iterate() local
1439 !context_info.isExtensionSupported("GL_ARB_pipeline_statistics_query")) in iterate()
1454 if (!PipelineStatisticsQueryUtilities::isQuerySupported(current_pq, context_info, render_context)) in iterate()
1482 …if (!PipelineStatisticsQueryUtilities::isQuerySupported(different_pq, context_info, render_context… in iterate()
[all …]
Dgl4cPipelineStatisticsQueryTests.hpp265 const glu::ContextInfo& context_info, _test_execution_result* out_result);
282 static bool isQuerySupported(glw::GLenum value, const glu::ContextInfo& context_info,
Dgl4cSparseBufferTests.cpp1215 const glu::ContextInfo& context_info = context.getContextInfo(); in BufferTextureStorageTestCase() local
1219 context_info.isExtensionSupported("GL_ARB_texture_buffer_range")) in BufferTextureStorageTestCase()
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp943 const glu::ContextInfo& context_info = m_context.getContextInfo(); in init() local
947 context_info.isExtensionSupported("GL_EXT_draw_elements_base_vertex"))) || in init()
948 context_info.isExtensionSupported("GL_ARB_draw_elements_base_vertex")) in init()
964 context_info.isExtensionSupported("GL_EXT_multi_draw_arrays")) in init()
978 …m_is_vertex_attrib_binding_supported = context_info.isExtensionSupported("GL_ARB_vertex_attrib_bin… in init()
984 context_info.isExtensionSupported("GL_EXT_geometry_shader"))) || in init()
985 context_info.isExtensionSupported("GL_ARB_geometry_shader4")) in init()
992 context_info.isExtensionSupported("GL_EXT_tessellation_shader"))) || in init()
993 context_info.isExtensionSupported("GL_ARB_tessellation_shader")) in init()