Home
last modified time | relevance | path

Searched refs:BlockLayoutTypeToString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/include/GLSLANG/
H A DShaderVars.h51 const char *BlockLayoutTypeToString(BlockLayoutType type);
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderLang.cpp911 const char *BlockLayoutTypeToString(BlockLayoutType type) in BlockLayoutTypeToString() function
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp914 json->addCString("Layout", BlockLayoutTypeToString(interfaceBlock.layout)); in SerializeInterfaceBlocksVector()