Searched refs:maxRectangleTextureSize (Results 1 – 16 of 16) 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()
603 GLuint maxRectangleTextureSize = 0; member
413 if (static_cast<GLuint>(width) > caps.maxRectangleTextureSize || in ValidateES3TexImageParametersBase()414 static_cast<GLuint>(height) > caps.maxRectangleTextureSize) in ValidateES3TexImageParametersBase()1122 if (static_cast<GLuint>(width) > caps.maxRectangleTextureSize || in ValidateES3TexStorageParametersBase()1123 static_cast<GLuint>(height) > caps.maxRectangleTextureSize) in ValidateES3TexStorageParametersBase()
1087 caps.maxRectangleTextureSize = 64; in GenerateMinimumCaps()
1231 if (static_cast<GLuint>(width) > caps.maxRectangleTextureSize || in ValidateES2TexImageParametersBase()1232 static_cast<GLuint>(height) > caps.maxRectangleTextureSize) in ValidateES2TexImageParametersBase()1834 if (static_cast<GLuint>(width) > caps.maxRectangleTextureSize || in ValidateES2TexStorageParameters()1835 static_cast<GLuint>(height) > caps.maxRectangleTextureSize) in ValidateES2TexStorageParameters()
2521 maxDimension = caps.maxRectangleTextureSize; in ValidateCopyTexImageParametersBase()
1504 *params = mState.mCaps.maxRectangleTextureSize; in getIntegervImpl()
1306 caps->maxRectangleTextureSize = std::min( in GenerateCaps()
1584 caps->maxRectangleTextureSize = std::min( in GenerateCaps()