Searched defs:rootSize (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp797 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1. member in struct:deqp::UniformCase::BasicUniform
812 , rootSize (rootSize_)
1491 : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0)
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp852 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1. member in struct:deqp::gles31::Functional::UniformCase::BasicUniform
867 , rootSize (rootSize_)
1365 : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0)
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp962 int rootSize; //!< If this is a member of a basic-typed array, rootSize is the size of that array. Otherwise 1. member in struct:deqp::UniformCase::BasicUniform
977 , rootSize (rootSize_)
1862 : m_features & FEATURE_ARRAYASSIGN_FULL ? (uniform.elemNdx == 0 ? uniform.rootSize : 0)

Completed in 2956 milliseconds