Searched refs:smallDesc (Results 1 – 1 of 1) sorted by relevance
84 GrSurfaceDesc smallDesc; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local85 smallDesc.fFlags = kRenderTarget_GrSurfaceFlag; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()86 smallDesc.fConfig = kSkia8888_GrPixelConfig; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()87 smallDesc.fWidth = 4; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()88 smallDesc.fHeight = 4; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()89 smallDesc.fSampleCnt = 0; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()94 SkAutoTUnref<GrTexture> smallRT0(cache->createTexture(smallDesc, SkBudgeted::kYes)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()99 SkAutoTUnref<GrTexture> smallRT1(cache->createTexture(smallDesc, SkBudgeted::kYes)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()111 SkAutoTUnref<GrTexture> smallRT2(cache->createTexture(smallDesc, SkBudgeted::kNo)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()140 GrSurfaceDesc smallMSAADesc = smallDesc; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()