Searched refs:getBlockLayoutInfo (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/compiler/translator/ |
D | blocklayout.h | 146 virtual void getBlockLayoutInfo(GLenum type, 170 void getBlockLayoutInfo(GLenum type, 196 void getBlockLayoutInfo(GLenum type,
|
D | blocklayout.cpp | 199 getBlockLayoutInfo(type, arraySizes, isRowMajorMatrix, &arrayStride, &matrixStride); in encodeType() 283 void StubBlockEncoder::getBlockLayoutInfo(GLenum type, in getBlockLayoutInfo() function in sh::StubBlockEncoder 306 void Std140BlockEncoder::getBlockLayoutInfo(GLenum type, in getBlockLayoutInfo() function in sh::Std140BlockEncoder
|
/external/angle/src/compiler/translator/hlsl/ |
D | blocklayoutHLSL.h | 47 void getBlockLayoutInfo(GLenum type,
|
D | blocklayoutHLSL.cpp | 29 void HLSLBlockEncoder::getBlockLayoutInfo(GLenum typeIn, in getBlockLayoutInfo() function in sh::HLSLBlockEncoder
|
/external/angle/src/libANGLE/renderer/metal/ |
D | blocklayoutMetal.cpp | 253 void BlockLayoutEncoderMTL::getBlockLayoutInfo(GLenum type, in getBlockLayoutInfo() function in rx::mtl::BlockLayoutEncoderMTL 292 getBlockLayoutInfo(type, arraySizes, isRowMajorMatrix, &arrayStride, &matrixStride); in encodeType()
|
D | blocklayoutMetal.h | 68 void getBlockLayoutInfo(GLenum type,
|