HomeSort by relevance Sort by last modified time
    Searched refs:MatrixComponentCount (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/common/
utilities.h 32 int MatrixComponentCount(GLenum type, bool isRowMajorMatrix);
blocklayout.cpp 180 const int numComponents = gl::MatrixComponentCount(type, isRowMajorMatrix);
utilities.cpp 308 int MatrixComponentCount(GLenum type, bool isRowMajorMatrix)
  /external/chromium_org/third_party/angle/src/compiler/translator/
StructureHLSL.cpp 104 numComponents = gl::MatrixComponentCount(glType, isRowMajorMatrix);

Completed in 496 milliseconds