Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DVertexAttribute.cpp105 static_assert(kIntegerOverflow < 0, "Unexpected value"); in updateCachedElementLimit()
106 mCachedElementLimit = kIntegerOverflow; in updateCachedElementLimit()
136 mCachedElementLimit = elementLimit.ValueOrDefault(kIntegerOverflow); in updateCachedElementLimit()
DVertexAttribute.h94 static constexpr GLint64 kIntegerOverflow = std::numeric_limits<GLint64>::min();
DvalidationES.cpp1290 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidImageDataSize()
1304 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidImageDataSize()
3853 ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kIntegerOverflow); in ValidateCopyTexImageParametersBase()
7312 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidatePixelPack()
7343 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidatePixelPack()
7544 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateReadPixelsBase()
7551 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateReadPixelsBase()
8524 VertexAttribute::kIntegerOverflow || in RecordDrawAttribsError()
8526 VertexAttribute::kIntegerOverflow) in RecordDrawAttribsError()
8528 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in RecordDrawAttribsError()
DvalidationES.h1016 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawArraysAttribs()
1218 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawElementsCommon()
DErrorStrings.h222 MSG kIntegerOverflow = "Integer overflow."; variable
DvalidationES3.cpp2037 ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kIntegerOverflow); in ValidateCompressedTexImage3D()
2931 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexSubImage3D()
3553 ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kIntegerOverflow); in ValidateCopyBufferSubData()
3583 ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kIntegerOverflow); in ValidateCopyBufferSubData()
DvalidationES2.cpp2824 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexImage2D()
2938 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexSubImage2D()