Lines Matching defs:ctxInfo
188 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ImageEncode_Gpu, reporter, ctxInfo) {
189 auto dContext = ctxInfo.directContext();
344 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SkImage_Gpu2Cpu, reporter, ctxInfo) {
346 sk_sp<SkImage> image(create_gpu_image(ctxInfo.directContext()));
491 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(GrContext_colorTypeSupportedAsImage, reporter, ctxInfo) {
492 auto dContext = ctxInfo.directContext();
513 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(UnpremulTextureImage, reporter, ctxInfo) {
523 auto dContext = ctxInfo.directContext();
723 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ImageReadPixels_Gpu, reporter, ctxInfo) {
724 auto dContext = ctxInfo.directContext();
782 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ImageLegacyBitmap_Gpu, reporter, ctxInfo) {
783 auto dContext = ctxInfo.directContext();
823 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ImagePeek_Gpu, reporter, ctxInfo) {
824 sk_sp<SkImage> image(create_gpu_image(ctxInfo.directContext()));
836 DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(SkImage_NewFromTextureRelease, reporter, ctxInfo) {
840 auto dContext = ctxInfo.directContext();
890 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType);
891 auto dContext = ctxInfo.directContext();
947 sk_gpu_test::TestContext* testContext = ctxInfo.testContext();
1062 ContextInfo ctxInfo = testFactory.getContextInfo(ctxType);
1063 auto dContext = ctxInfo.directContext();
1082 DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS(makeBackendTexture, reporter, ctxInfo) {
1083 auto context = ctxInfo.directContext();
1084 sk_gpu_test::TestContext* testContext = ctxInfo.testContext();
1088 ContextInfo otherContextInfo = otherFactory.getContextInfo(ctxInfo.type());
1154 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ImageBackendAccessAbandoned_Gpu, reporter, ctxInfo) {
1155 auto dContext = ctxInfo.directContext();
1156 sk_sp<SkImage> image(create_gpu_image(ctxInfo.directContext()));
1360 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ImageScalePixels_Gpu, reporter, ctxInfo) {
1365 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget(ctxInfo.directContext(),
1412 DEF_GPUTEST_FOR_ALL_CONTEXTS(ImageFlush, reporter, ctxInfo) {
1413 auto dContext = ctxInfo.directContext();