Searched refs:maxElementsIndices (Results 1 – 13 of 13) sorted by relevance
225 GLint maxElementsIndices = 0; member
1687 *params = mState.mCaps.maxElementsIndices; in getIntegervImpl()
631 GLuint maxElementsIndices = 0; member
1549 *params = mState.mCaps.maxElementsIndices; in getIntegervImpl()
155 mNativeCaps.maxElementsIndices = std::numeric_limits<GLint>::max(); in ensureCapsInitialized()
554 caps->maxElementsIndices = 0; in GenerateCaps()
571 caps->maxElementsIndices = 0; in GenerateCaps()
611 mNativeCaps.maxElementsIndices = std::numeric_limits<GLint>::max(); in ensureCapsInitialized()
1442 caps->maxElementsIndices = static_cast<GLuint>(GetMaximumDrawIndexedIndexCount(featureLevel)); in GenerateCaps()
1434 caps->maxElementsIndices = GetMaximumDrawIndexedIndexCount(featureLevel); in GenerateCaps()
741 mNativeCaps.maxElementsIndices = std::numeric_limits<GLint>::max();
579 caps->maxElementsIndices = QuerySingleGLInt(functions, GL_MAX_ELEMENTS_INDICES); in GenerateCaps()
800 caps->maxElementsIndices = QuerySingleGLInt(functions, GL_MAX_ELEMENTS_INDICES); in GenerateCaps()