HomeSort by relevance Sort by last modified time
    Searched refs:BlockLayoutEncoder (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/common/
blocklayout.h 28 class BlockLayoutEncoder
31 BlockLayoutEncoder(std::vector<BlockMemberInfo> *blockInfoOut);
58 class Std140BlockEncoder : public BlockLayoutEncoder
75 class HLSLBlockEncoder : public BlockLayoutEncoder
blocklayout.cpp 18 BlockLayoutEncoder::BlockLayoutEncoder(std::vector<BlockMemberInfo> *blockInfoOut)
24 void BlockLayoutEncoder::encodeInterfaceBlockFields(const std::vector<InterfaceBlockField> &fields)
48 void BlockLayoutEncoder::encodeInterfaceBlockField(const InterfaceBlockField &field)
66 void BlockLayoutEncoder::encodeType(GLenum type, unsigned int arraySize, bool isRowMajorMatrix)
83 void BlockLayoutEncoder::nextRegister()
89 : BlockLayoutEncoder(blockInfoOut)
159 : BlockLayoutEncoder(blockInfoOut),

Completed in 112 milliseconds