Searched refs:drawBuffersIndexedOES (Results 1 – 8 of 8) sorted by relevance
54 bool drawBuffersIndexedAny() const { return (drawBuffersIndexedEXT || drawBuffersIndexedOES); } in drawBuffersIndexedAny()182 bool drawBuffersIndexedOES = false; member
731 if (!context->getExtensions().drawBuffersIndexedOES) in ValidateBlendEquationSeparateiOES()745 if (!context->getExtensions().drawBuffersIndexedOES) in ValidateBlendEquationiOES()762 if (!context->getExtensions().drawBuffersIndexedOES) in ValidateBlendFuncSeparateiOES()777 if (!context->getExtensions().drawBuffersIndexedOES) in ValidateBlendFunciOES()794 if (!context->getExtensions().drawBuffersIndexedOES) in ValidateColorMaskiOES()808 if (!context->getExtensions().drawBuffersIndexedOES) in ValidateDisableiOES()822 if (!context->getExtensions().drawBuffersIndexedOES) in ValidateEnableiOES()836 if (!context->getExtensions().drawBuffersIndexedOES) in ValidateIsEnablediOES()
78 … map["GL_OES_draw_buffers_indexed"] = enableableExtension(&Extensions::drawBuffersIndexedOES); in GetExtensionInfoMap()
3470 supportedExtensions.drawBuffersIndexedOES = false; in generateSupportedExtensions()
396 mNativeExtensions.drawBuffersIndexedOES = mPhysicalDeviceFeatures.independentBlend == VK_TRUE; in ensureCapsInitialized()397 mNativeExtensions.drawBuffersIndexedEXT = mNativeExtensions.drawBuffersIndexedOES; in ensureCapsInitialized()
1594 extensions->drawBuffersIndexedOES = extensions->drawBuffersIndexedEXT; in GenerateCaps()
866 mNativeExtensions.drawBuffersIndexedOES = true;
1374 extensions->drawBuffersIndexedOES = extensions->drawBuffersIndexedEXT; in GenerateCaps()