Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h60 const char *BlockTypeToString(BlockType type);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp1002 const char *BlockTypeToString(BlockType type) in BlockTypeToString() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp883 json->addCString("BlockType", BlockTypeToString(interfaceBlock.blockType)); in SerializeInterfaceBlocksVector()