Lines Matching refs:textureInfo
943 GrD3DTextureResourceInfo textureInfo;
944 if (!tex.getD3DTextureResourceInfo(&textureInfo)) {
948 if (!check_resource_info(textureInfo)) {
952 if (!check_tex_resource_info(this->d3dCaps(), textureInfo)) {
963 return GrD3DTexture::MakeWrappedTexture(this, tex.dimensions(), wrapType, ioType, textureInfo,
977 GrD3DTextureResourceInfo textureInfo;
978 if (!tex.getD3DTextureResourceInfo(&textureInfo)) {
982 if (!check_resource_info(textureInfo)) {
986 if (!check_tex_resource_info(this->d3dCaps(), textureInfo)) {
989 if (!check_rt_resource_info(this->d3dCaps(), textureInfo, sampleCnt)) {
998 sampleCnt = this->d3dCaps().getRenderTargetSampleCount(sampleCnt, textureInfo.fFormat);
1005 textureInfo, std::move(state));