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

  /external/chromium_org/third_party/angle/src/common/
blocklayout.h 58 class Std140BlockEncoder : public BlockLayoutEncoder
61 Std140BlockEncoder(std::vector<BlockMemberInfo> *blockInfoOut);
blocklayout.cpp 88 Std140BlockEncoder::Std140BlockEncoder(std::vector<BlockMemberInfo> *blockInfoOut)
93 void Std140BlockEncoder::enterAggregateType()
98 void Std140BlockEncoder::exitAggregateType()
103 void Std140BlockEncoder::getBlockLayoutInfo(GLenum type, unsigned int arraySize, bool isRowMajorMatrix, int *arrayStrideOut, int *matrixStrideOut)
140 void Std140BlockEncoder::advanceOffset(GLenum type, unsigned int arraySize, bool isRowMajorMatrix, int arrayStride, int matrixStride)
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputHLSL.cpp 492 gl::Std140BlockEncoder stdEncoder(&interfaceBlock->blockInfo);
    [all...]

Completed in 391 milliseconds