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

  /external/deqp/framework/opengl/
gluProgramInterfaceQuery.hpp 70 bool isRowMajor; //!< GL_IS_ROW_MAJOR
83 , isRowMajor (0)
  /external/deqp/modules/gles2/functional/
es2fShaderStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderStateQueryTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 242 , isRowMajor (false)
253 bool isRowMajor;
264 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
424 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR);
425 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
487 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
490 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
496 entry.isRowMajor = isRowMajor
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 167 , isRowMajor (false)
180 bool isRowMajor;
199 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
381 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
382 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
422 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
423 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
497 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
498 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType
    [all...]

Completed in 302 milliseconds