Searched refs:colorBufferFormatCaps (Results 1 – 3 of 3) sorted by relevance
1203 const gl::TextureCaps &colorBufferFormatCaps, in generateSampleSetForEGLConfig() argument1210 std::set_intersection(colorBufferFormatCaps.sampleCounts.begin(), in generateSampleSetForEGLConfig()1211 colorBufferFormatCaps.sampleCounts.end(), in generateSampleSetForEGLConfig()1220 sampleCounts = colorBufferFormatCaps.sampleCounts; in generateSampleSetForEGLConfig()1222 else if (colorBufferFormatCaps.sampleCounts.empty()) in generateSampleSetForEGLConfig()1277 const gl::TextureCaps &colorBufferFormatCaps = in generateConfigs() local1279 if (!colorBufferFormatCaps.renderbuffer) in generateConfigs()1281 ASSERT(!colorBufferFormatCaps.textureAttachment); in generateConfigs()1303 generateSampleSetForEGLConfig(colorBufferFormatCaps, depthStencilBufferFormatCaps); in generateConfigs()
548 const gl::TextureCaps &colorBufferFormatCaps,
499 const gl::TextureCaps &colorBufferFormatCaps = in generateConfigs() local501 if (colorBufferFormatCaps.renderbuffer) in generateConfigs()503 ASSERT(colorBufferFormatCaps.textureAttachment); in generateConfigs()