Home
last modified time | relevance | path

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

/external/skia/tests/
DTest.h197 #define DEF_GPUTEST_FOR_CONTEXTS(name, context_filter, reporter, context_info) \ argument
199 const sk_gpu_test::ContextInfo& context_info); \
207 const sk_gpu_test::ContextInfo& context_info)
209 #define DEF_GPUTEST_FOR_ALL_CONTEXTS(name, reporter, context_info) \ argument
210 DEF_GPUTEST_FOR_CONTEXTS(name, nullptr, reporter, context_info)
211 #define DEF_GPUTEST_FOR_RENDERING_CONTEXTS(name, reporter, context_info) \ argument
213 reporter, context_info)
214 #define DEF_GPUTEST_FOR_ALL_GL_CONTEXTS(name, reporter, context_info) \ argument
215 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsGLContextType, reporter, context_info)
216 #define DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(name, reporter, context_info) \ argument
[all …]
DGrSurfaceTest.cpp151 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(InitialTextureClear, reporter, context_info) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
156 GrContext* context = context_info.grContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
159 if (!context_info.grContext()->caps()->isConfigTexturable(desc.fConfig)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()