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/
blocklayout.h 29 BlockMemberInfo(int offset, int arrayStride, int matrixStride, bool isRowMajorMatrix)
33 isRowMajorMatrix(isRowMajorMatrix)
44 bool isRowMajorMatrix;
52 BlockMemberInfo encodeType(GLenum type, unsigned int arraySize, bool isRowMajorMatrix);
69 virtual void getBlockLayoutInfo(GLenum type, unsigned int arraySize, bool isRowMajorMatrix, int *arrayStrideOut, int *matrixStrideOut) = 0;
70 virtual void advanceOffset(GLenum type, unsigned int arraySize, bool isRowMajorMatrix, int arrayStride, int matrixStride) = 0;
85 virtual void getBlockLayoutInfo(GLenum type, unsigned int arraySize, bool isRowMajorMatrix, int *arrayStrideOut, int *matrixStrideOut);
86 virtual void advanceOffset(GLenum type, unsigned int arraySize, bool isRowMajorMatrix, int arrayStride, int matrixStride);
114 virtual void getBlockLayoutInfo(GLenum type, unsigned int arraySize, bool isRowMajorMatrix, int *arrayStrideOut, int *matrixStrideOut)
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
StructureHLSL.cpp 102 const bool isRowMajorMatrix = !useHLSLRowMajorPacking;
104 numComponents = gl::MatrixComponentCount(glType, isRowMajorMatrix);

Completed in 399 milliseconds