Searched refs:maxRectangleTextureSize (Results 1 – 8 of 8) sorted by relevance
847 GLint maxRectangleTextureSize = 0; member
497 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexImageParametersBase()1306 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexStorageParametersBase()
991 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexImageParametersBase()1755 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexStorageParametersBase()
1363 caps.maxRectangleTextureSize = 64; in GenerateMinimumCaps()
43 maxDimension = caps.maxRectangleTextureSize; in GetMaximumMipLevel()
1590 *params = mState.mCaps.maxRectangleTextureSize; in getIntegervImpl()3671 ANGLE_LIMIT_CAP(mState.mCaps.maxRectangleTextureSize, IMPLEMENTATION_MAX_2D_TEXTURE_SIZE); in initCaps()
3564 maxDimension = caps.maxRectangleTextureSize; in ValidateCopyTexImageParametersBase()
1590 caps->maxRectangleTextureSize = std::min( in GenerateCaps()