Searched refs:maxRectangleTextureSize (Results 1 – 8 of 8) sorted by relevance
718 GLint maxRectangleTextureSize = 0; member
450 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexImageParametersBase()1192 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexStorageParametersBase()
1112 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexImageParametersBase()1826 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexStorageParameters()
1275 caps.maxRectangleTextureSize = 64; in GenerateMinimumCaps()
43 maxDimension = caps.maxRectangleTextureSize; in GetMaximumMipLevel()
1455 *params = mState.mCaps.maxRectangleTextureSize; in getIntegervImpl()3335 ANGLE_LIMIT_CAP(mState.mCaps.maxRectangleTextureSize, IMPLEMENTATION_MAX_2D_TEXTURE_SIZE); in initCaps()
2650 maxDimension = caps.maxRectangleTextureSize; in ValidateCopyTexImageParametersBase()
1385 caps->maxRectangleTextureSize = std::min( in GenerateCaps()