Searched refs:getBlockLayoutInfo (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/compiler/translator/ |
D | blocklayout.h | 104 virtual void getBlockLayoutInfo(GLenum type, 128 void getBlockLayoutInfo(GLenum type, 154 void getBlockLayoutInfo(GLenum type,
|
D | blocklayoutHLSL.h | 47 void getBlockLayoutInfo(GLenum type,
|
D | blocklayout.cpp | 190 getBlockLayoutInfo(type, arraySizes, isRowMajorMatrix, &arrayStride, &matrixStride); in encodeType() 251 void StubBlockEncoder::getBlockLayoutInfo(GLenum type, in getBlockLayoutInfo() function in sh::StubBlockEncoder 274 void Std140BlockEncoder::getBlockLayoutInfo(GLenum type, in getBlockLayoutInfo() function in sh::Std140BlockEncoder
|
D | blocklayoutHLSL.cpp | 29 void HLSLBlockEncoder::getBlockLayoutInfo(GLenum typeIn, in getBlockLayoutInfo() function in sh::HLSLBlockEncoder
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 123 …virtual void getBlockLayoutInfo(const TType &type, unsigned int arraySize, bool isRowMajorMatrix, … 138 …void getBlockLayoutInfo(const TType &type, unsigned int arraySize, bool isRowMajorMatrix, int *arr…
|
D | OutputASM.cpp | 301 getBlockLayoutInfo(type, type.getArraySize(), isRowMajor, &arrayStride, &matrixStride); in encodeType() 344 …void Std140BlockEncoder::getBlockLayoutInfo(const TType &type, unsigned int arraySize, bool isRowM… in getBlockLayoutInfo() function in glsl::Std140BlockEncoder
|