Searched refs:maxRectangleTextureSize (Results 1 – 8 of 8) sorted by relevance
197 GLint maxRectangleTextureSize = 0; member
543 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexImageParametersBase()1379 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexStorageParametersBase()
903 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexImageParametersBase()1619 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexStorageParametersBase()
1134 caps.maxRectangleTextureSize = 64; in GenerateMinimumCaps()
43 maxDimension = caps.maxRectangleTextureSize; in GetMaximumMipLevel()
1642 *params = mState.mCaps.maxRectangleTextureSize; in getIntegervImpl()3742 ANGLE_LIMIT_CAP(mState.mCaps.maxRectangleTextureSize, IMPLEMENTATION_MAX_2D_TEXTURE_SIZE); in initCaps()
3738 maxDimension = caps.maxRectangleTextureSize; in ValidateCopyTexImageParametersBase()
1584 caps->maxRectangleTextureSize = std::min( in GenerateCaps()