Home
last modified time | relevance | path

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

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