Home
last modified time | relevance | path

Searched defs:enableLineRasterEmulation (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.h212 bool enableLineRasterEmulation, in initShaders()
232 bool enableLineRasterEmulation = UseLineRaster(contextVk, mode); in initGraphicsShaders() local
DGlslangWrapper.cpp938 bool enableLineRasterEmulation, in GetShaderCode()
DProgramVk.cpp303 bool enableLineRasterEmulation) in initShaders()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h52 uint8_t enableLineRasterEmulation : 1; member