Home | History | Annotate | Download | only in tests

Lines Matching refs:desc

34         GrTextureDesc desc;
37 desc.fFlags = kRenderTarget_GrTextureFlagBit;
39 desc.fConfig = kAlpha_8_GrPixelConfig;
40 desc.fWidth = X_SIZE;
41 desc.fHeight = Y_SIZE;
44 GrTexture* texture = context->createUncachedTexture(desc, textureData, 0);
59 texture->writePixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
68 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
96 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,