Home
last modified time | relevance | path

Searched refs:maxRectangleTextureSize (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h197 GLint maxRectangleTextureSize = 0; member
DvalidationES3.cpp543 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexImageParametersBase()
1379 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexStorageParametersBase()
DvalidationES2.cpp903 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexImageParametersBase()
1619 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexStorageParametersBase()
DCaps.cpp1134 caps.maxRectangleTextureSize = 64; in GenerateMinimumCaps()
DvalidationEGL.cpp43 maxDimension = caps.maxRectangleTextureSize; in GetMaximumMipLevel()
DContext.cpp1642 *params = mState.mCaps.maxRectangleTextureSize; in getIntegervImpl()
3742 ANGLE_LIMIT_CAP(mState.mCaps.maxRectangleTextureSize, IMPLEMENTATION_MAX_2D_TEXTURE_SIZE); in initCaps()
DvalidationES.cpp3738 maxDimension = caps.maxRectangleTextureSize; in ValidateCopyTexImageParametersBase()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1584 caps->maxRectangleTextureSize = std::min( in GenerateCaps()