Searched refs:kIntegerOverflow (Results 1 – 7 of 7) sorted by relevance
| /external/angle/src/libANGLE/ |
| D | VertexAttribute.cpp | 105 static_assert(kIntegerOverflow < 0, "Unexpected value"); in updateCachedElementLimit() 106 mCachedElementLimit = kIntegerOverflow; in updateCachedElementLimit() 136 mCachedElementLimit = elementLimit.ValueOrDefault(kIntegerOverflow); in updateCachedElementLimit()
|
| D | VertexAttribute.h | 94 static constexpr GLint64 kIntegerOverflow = std::numeric_limits<GLint64>::min();
|
| D | validationES.cpp | 1290 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()
|
| D | validationES.h | 1016 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawArraysAttribs() 1218 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawElementsCommon()
|
| D | ErrorStrings.h | 222 MSG kIntegerOverflow = "Integer overflow."; variable
|
| D | validationES3.cpp | 2037 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()
|
| D | validationES2.cpp | 2824 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexImage2D() 2938 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexSubImage2D()
|