Home
last modified time | relevance | path

Searched refs:kXfbEmulationBufferBlockName (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h878 extern const char kXfbEmulationBufferBlockName[];
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp555 ImmutableStringBuilder blockName(strlen(vk::kXfbEmulationBufferBlockName) + 2); in AddXfbEmulationSupport()
556 blockName << vk::kXfbEmulationBufferBlockName; in AddXfbEmulationSupport()
DShaderLang.cpp974 const char kXfbEmulationBufferBlockName[] = "ANGLEXfbBuffer"; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp4808 return sh::vk::kXfbEmulationBufferBlockName + Str(bufferIndex); in GetXfbBufferName()