HomeSort by relevance Sort by last modified time
    Searched refs:otherContextInfo (Results 1 - 2 of 2) sorted by null

  /external/skqp/tests/
ImageTest.cpp 385 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type());
397 [otherContextInfo] {
398 auto restore = otherContextInfo.testContext()->makeCurrentAndAutoRestore();
399 sk_sp<SkImage> otherContextImage = create_gpu_image(otherContextInfo.grContext());
400 otherContextInfo.grContext()->flush();
823 ContextInfo otherContextInfo = testFactory.getSharedContextInfo(ctx);
824 GrContext* otherCtx = otherContextInfo.grContext();
825 sk_gpu_test::TestContext* otherTestContext = otherContextInfo.testContext();
    [all...]
  /external/skia/tests/
ImageTest.cpp 386 ContextInfo otherContextInfo = otherFactory.getContextInfo(contextInfo.type());
398 [otherContextInfo] {
399 auto restore = otherContextInfo.testContext()->makeCurrentAndAutoRestore();
400 sk_sp<SkImage> otherContextImage = create_gpu_image(otherContextInfo.grContext());
401 otherContextInfo.grContext()->flush();
    [all...]

Completed in 58 milliseconds