Searched refs:kIntegerOverflow (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | VertexAttribute.cpp | 102 mCachedElementLimit = kIntegerOverflow; in updateCachedElementLimit() 115 static_assert(kIntegerOverflow < 0, "Unexpected value"); in updateCachedElementLimit() 116 mCachedElementLimit = kIntegerOverflow; in updateCachedElementLimit()
|
H A D | VertexAttribute.h | 94 static constexpr GLint64 kIntegerOverflow = std::numeric_limits<GLint64>::min();
|
H A D | validationES.cpp | 1374 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 D | validationES.h | 1025 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawArraysAttribs() 1232 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawElementsCommon()
|
H A D | validationES3.cpp | 2071 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 D | ErrorStrings.h | 240 MSG kIntegerOverflow = "Integer overflow."; variable
|
H A D | validationES2.cpp | 3018 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexImage2D() 3132 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexSubImage2D()
|
H A D | Context.cpp | 10391 checkedLimit.ValueOrDefault(VertexAttribute::kIntegerOverflow)); in updateVertexElementLimitsImpl()
|