Home
last modified time | relevance | path

Searched refs:yuvInternalFormatANGLE (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgles_extensions_autogen.h656 bool yuvInternalFormatANGLE = false; member
Dgles_extensions_autogen.cpp238 … map["GL_ANGLE_yuv_internal_format"] = enableableExtension(&Extensions::yuvInternalFormatANGLE); in GetExtensionInfoMap()
Dformatutils.cpp1388 …sions::yuvInternalFormatANGLE>, RequireExt<&Extensions::yuvInternalFormatANGLE>, … in BuildInternalFormatInfoMap()
1389 …sions::yuvInternalFormatANGLE>, RequireExt<&Extensions::yuvInternalFormatANGLE>, … in BuildInternalFormatInfoMap()
DvalidationES3.cpp298 if (!context->getExtensions().yuvInternalFormatANGLE) in ValidateTexImageFormatCombination()
478 if (!context->getExtensions().yuvInternalFormatANGLE || !isSubImage) in ValidateES3TexImageParametersBase()
1338 if (!context->getExtensions().yuvInternalFormatANGLE) in ValidateES3TexStorageParametersBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1101 mNativeExtensions.yuvInternalFormatANGLE = in ensureCapsInitialized()