HomeSort by relevance Sort by last modified time
    Searched defs:isRowMajorMatrix (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/common/
shadervars.h 92 bool isRowMajorMatrix;
95 InterfaceBlockField(GLenum typeIn, GLenum precisionIn, const char *nameIn, unsigned int arraySizeIn, bool isRowMajorMatrix)
97 isRowMajorMatrix(isRowMajorMatrix)
122 bool isRowMajorMatrix;
129 BlockMemberInfo(int offset, int arrayStride, int matrixStride, bool isRowMajorMatrix)
133 isRowMajorMatrix(isRowMajorMatrix)
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputHLSL.cpp 445 const bool isRowMajorMatrix = !useHLSLRowMajorPacking;
447 numComponents = gl::MatrixComponentCount(glType, isRowMajorMatrix);
    [all...]

Completed in 578 milliseconds