Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCaps.h222 GLint maxRectangleTextureSize = 0; member
DvalidationES3.cpp568 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexImageParametersBase()
1391 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexStorageParametersExtent()
DvalidationES2.cpp996 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexImageParametersBase()
1786 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexStorageParametersBase()
DCaps.cpp1229 caps.maxRectangleTextureSize = 64; in GenerateMinimumCaps()
DContext.cpp1951 *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()
DvalidationEGL.cpp44 maxDimension = caps.maxRectangleTextureSize; in GetMaximumMipLevel()
DvalidationES.cpp4001 maxDimension = caps.maxRectangleTextureSize; in ValidateCopyTexImageParametersBase()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1853 caps->maxRectangleTextureSize = in GenerateCaps()