Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DCaps.h718 GLint maxRectangleTextureSize = 0; member
DvalidationES3.cpp450 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexImageParametersBase()
1192 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES3TexStorageParametersBase()
DvalidationES2.cpp1112 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexImageParametersBase()
1826 if (width > caps.maxRectangleTextureSize || height > caps.maxRectangleTextureSize) in ValidateES2TexStorageParameters()
DCaps.cpp1275 caps.maxRectangleTextureSize = 64; in GenerateMinimumCaps()
DvalidationEGL.cpp43 maxDimension = caps.maxRectangleTextureSize; in GetMaximumMipLevel()
DContext.cpp1455 *params = mState.mCaps.maxRectangleTextureSize; in getIntegervImpl()
3335 ANGLE_LIMIT_CAP(mState.mCaps.maxRectangleTextureSize, IMPLEMENTATION_MAX_2D_TEXTURE_SIZE); in initCaps()
DvalidationES.cpp2650 maxDimension = caps.maxRectangleTextureSize; in ValidateCopyTexImageParametersBase()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1385 caps->maxRectangleTextureSize = std::min( in GenerateCaps()