Searched refs:maxRectangleTextureSize (Results 1 – 8 of 8) sorted by relevance
222 GLint maxRectangleTextureSize = 0; member
568 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexImageParametersBase()1391 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexStorageParametersExtent()
996 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexImageParametersBase()1786 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexStorageParametersBase()
1229 caps.maxRectangleTextureSize = 64; in GenerateMinimumCaps()
1951 *params = mState.getCaps().maxRectangleTextureSize; in getIntegervImpl()4165 ANGLE_LIMIT_CAP(caps->maxRectangleTextureSize, limitations.webGLTextureSizeLimit); in initCaps()4172 ANGLE_LIMIT_CAP(caps->maxRectangleTextureSize, IMPLEMENTATION_MAX_2D_TEXTURE_SIZE); in initCaps()
44 maxDimension = caps.maxRectangleTextureSize; in GetMaximumMipLevel()
4001 maxDimension = caps.maxRectangleTextureSize; in ValidateCopyTexImageParametersBase()
1853 caps->maxRectangleTextureSize = in GenerateCaps()