Home
last modified time | relevance | path

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

/external/angle/include/GLSLANG/
DShaderVars.h61 const char *BlockTypeToString(BlockType type);
/external/puffin/src/
Dhuffer.cc43 << BlockTypeToString(static_cast<BlockType>(type)); in HuffDeflate()
Dhuffman_table.h301 std::string BlockTypeToString(BlockType type);
Dpuffer.cc53 << BlockTypeToString(static_cast<BlockType>(type)); in PuffDeflate()
Dhuffman_table.cc522 string BlockTypeToString(BlockType type) { in BlockTypeToString() function
/external/angle/src/compiler/translator/
DShaderLang.cpp1011 const char *BlockTypeToString(BlockType type) in BlockTypeToString() function
/external/angle/src/libANGLE/capture/
Dserialize.cpp913 json->addCString("BlockType", BlockTypeToString(interfaceBlock.blockType)); in SerializeInterfaceBlocksVector()