Searched refs:textureFmt (Results 1 – 1 of 1) sorted by relevance
195 const angle::Format &textureFmt = actualImageFormat(); in hasEmulatedImageChannels() local197 return (angleFmt.alphaBits == 0 && textureFmt.alphaBits > 0) || in hasEmulatedImageChannels()198 (angleFmt.blueBits == 0 && textureFmt.blueBits > 0) || in hasEmulatedImageChannels()199 (angleFmt.greenBits == 0 && textureFmt.greenBits > 0) || in hasEmulatedImageChannels()200 (angleFmt.depthBits == 0 && textureFmt.depthBits > 0) || in hasEmulatedImageChannels()201 (angleFmt.stencilBits == 0 && textureFmt.stencilBits > 0); in hasEmulatedImageChannels()