Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCaps.h847 GLint maxRectangleTextureSize = 0; member
DvalidationES3.cpp497 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexImageParametersBase()
1306 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexStorageParametersBase()
DvalidationES2.cpp991 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexImageParametersBase()
1755 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexStorageParametersBase()
DCaps.cpp1363 caps.maxRectangleTextureSize = 64; in GenerateMinimumCaps()
DvalidationEGL.cpp43 maxDimension = caps.maxRectangleTextureSize; in GetMaximumMipLevel()
DContext.cpp1590 *params = mState.mCaps.maxRectangleTextureSize; in getIntegervImpl()
3671 ANGLE_LIMIT_CAP(mState.mCaps.maxRectangleTextureSize, IMPLEMENTATION_MAX_2D_TEXTURE_SIZE); in initCaps()
DvalidationES.cpp3564 maxDimension = caps.maxRectangleTextureSize; in ValidateCopyTexImageParametersBase()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1590 caps->maxRectangleTextureSize = std::min( in GenerateCaps()