Searched defs:isRowMajor (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.hpp70 bool isRowMajor; //!< GL_IS_ROW_MAJOR member in struct:glu::InterfaceVariableInfo
83 , isRowMajor (0)
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp1322 GLint isRowMajor; member in struct:deqp::gles2::Functional::__anon3199::ProgramUniformCase::UniformType
/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp1620 GLint isRowMajor; member in struct:deqp::gles3::Functional::__anon3371::ProgramUniformCase::UniformType
1720 verifyActiveUniformParam(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_IS_ROW_MAJOR, uniformTypes[ndx].isRowMajor);
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp242 , isRowMajor (false)
253 bool isRowMajor; member in struct:deqp::gls::ub::UniformLayoutEntry
264 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
424 bool isRowMajor = !!(type.getFlags() & LAYOUT_ROW_MAJOR); local
425 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
487 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
490 int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(basicType)
496 entry.isRowMajor
537 bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp167 , isRowMajor (false)
180 bool isRowMajor; member in struct:deqp::gles31::bb::BufferVarLayoutEntry
199 << ", isRowMajor = " << (entry.isRowMajor ? "true" : "false")
381 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
382 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
422 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
423 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
497 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
498 const int numVecs = isRowMajor
546 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR); local
632 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR); local
979 generateImmMatrixSrc(std::ostream& src, glu::DataType basicType, int matrixStride, bool isRowMajor, const void* valuePtr) argument
[all...]

Completed in 165 milliseconds