Lines Matching defs:texDesc
19 const GrGLTexture::Desc& texDesc,
22 : GrSurface(gpu, texDesc.fSize, GrProtected::kNo)
23 , GrGLTexture(gpu, texDesc, nullptr, mipmapStatus)
24 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, sampleCount, rtIDs) {
30 const GrGLTexture::Desc& texDesc,
35 : GrSurface(gpu, texDesc.fSize, GrProtected::kNo)
36 , GrGLTexture(gpu, texDesc, std::move(parameters), mipmapStatus)
37 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, sampleCount,
66 const GrGLTexture::Desc& texDesc,
72 gpu, sampleCount, texDesc, std::move(parameters), rtIDs, cacheable, mipmapStatus));