Home
last modified time | relevance | path

Searched refs:MatrixComponentCount (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DblocklayoutHLSL.cpp99 const int numComponents = gl::MatrixComponentCount(type, isRowMajorMatrix); in advanceOffset()
DStructureHLSL.cpp254 numComponents = gl::MatrixComponentCount(glType, isRowMajorMatrix); in postPaddingString()
/external/angle/src/common/
Dutilities.h51 int MatrixComponentCount(GLenum type, bool isRowMajorMatrix);
Dutilities.cpp656 int MatrixComponentCount(GLenum type, bool isRowMajorMatrix) in MatrixComponentCount() function