Searched refs:BlockMemberInfo (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle/src/common/
H A Dblocklayout.h27 struct BlockMemberInfo struct in namespace:sh
29 BlockMemberInfo(int offset, int arrayStride, int matrixStride, bool isRowMajorMatrix) function in struct:sh::BlockMemberInfo
36 static BlockMemberInfo getDefaultBlockInfo()
38 return BlockMemberInfo(-1, -1, -1, false);
52 BlockMemberInfo encodeType(GLenum type, unsigned int arraySize, bool isRowMajorMatrix);
H A Dblocklayout.cpp22 BlockMemberInfo BlockLayoutEncoder::encodeType(GLenum type, unsigned int arraySize, bool isRowMajorMatrix)
29 const BlockMemberInfo memberInfo(mCurrentOffset * BytesPerComponent, arrayStride * BytesPerComponent, matrixStride * BytesPerComponent, isRowMajorMatrix);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DUniform.h26 LinkedUniform(GLenum type, GLenum precision, const std::string &name, unsigned int arraySize, const int blockIndex, const sh::BlockMemberInfo &blockInfo);
43 const sh::BlockMemberInfo blockInfo;
H A DUniform.cpp15 const int blockIndex, const sh::BlockMemberInfo &blockInfo)
H A DProgramBinary.cpp1176 const sh::BlockMemberInfo blockInfo(offset, arrayStride, matrixStride, isRowMajorMatrix);
1621 const sh::BlockMemberInfo &defaultInfo = sh::BlockMemberInfo::getDefaultBlockInfo();
1960 -1, sh::BlockMemberInfo::getDefaultBlockInfo());
2278 sh::BlockMemberInfo memberInfo = encoder->encodeType(field.type, field.arraySize, isRowMajorMatrix);

Completed in 131 milliseconds