Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DVertexAttribute.cpp102 mCachedElementLimit = kIntegerOverflow; in updateCachedElementLimit()
115 static_assert(kIntegerOverflow < 0, "Unexpected value"); in updateCachedElementLimit()
116 mCachedElementLimit = kIntegerOverflow; in updateCachedElementLimit()
H A DVertexAttribute.h94 static constexpr GLint64 kIntegerOverflow = std::numeric_limits<GLint64>::min();
H A DvalidationES.cpp1374 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidImageDataSize()
1388 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidImageDataSize()
3974 ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kIntegerOverflow); in ValidateCopyTexImageParametersBase()
7481 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidatePixelPack()
7512 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidatePixelPack()
7713 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateReadPixelsBase()
7720 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateReadPixelsBase()
8816 VertexAttribute::kIntegerOverflow || in RecordDrawAttribsError()
8818 VertexAttribute::kIntegerOverflow) in RecordDrawAttribsError()
8820 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in RecordDrawAttribsError()
H A DvalidationES.h1025 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawArraysAttribs()
1232 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawElementsCommon()
H A DvalidationES3.cpp2071 ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kIntegerOverflow); in ValidateCompressedTexImage3D()
2946 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexSubImage3D()
3540 ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kIntegerOverflow); in ValidateCopyBufferSubData()
3570 ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kIntegerOverflow); in ValidateCopyBufferSubData()
H A DErrorStrings.h240 MSG kIntegerOverflow = "Integer overflow."; variable
H A DvalidationES2.cpp3018 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexImage2D()
3132 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexSubImage2D()
H A DContext.cpp10391 checkedLimit.ValueOrDefault(VertexAttribute::kIntegerOverflow)); in updateVertexElementLimitsImpl()