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.h | 812 context->validationError(GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawArraysAttribs() 998 context->validationError(GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawElementsCommon()
|
D | validationES.cpp | 1142 context->validationError(GL_INVALID_OPERATION, kIntegerOverflow); in ValidImageDataSize() 1156 context->validationError(GL_INVALID_OPERATION, kIntegerOverflow); in ValidImageDataSize() 6694 context->validationError(GL_INVALID_OPERATION, kIntegerOverflow); in ValidatePixelPack() 6725 context->validationError(GL_INVALID_OPERATION, kIntegerOverflow); in ValidatePixelPack() 6922 context->validationError(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateReadPixelsBase() 6929 context->validationError(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateReadPixelsBase() 7868 VertexAttribute::kIntegerOverflow || in RecordDrawAttribsError() 7870 VertexAttribute::kIntegerOverflow) in RecordDrawAttribsError() 7872 context->validationError(GL_INVALID_OPERATION, kIntegerOverflow); in RecordDrawAttribsError()
|
D | ErrorStrings.h | 211 MSG kIntegerOverflow = "Integer overflow."; variable
|
D | validationES3.cpp | 1829 context->validationError(GL_INVALID_VALUE, kIntegerOverflow); in ValidateCompressedTexImage3D() 2620 context->validationError(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexSubImage3D() 3201 context->validationError(GL_INVALID_VALUE, kIntegerOverflow); in ValidateCopyBufferSubData() 3231 context->validationError(GL_INVALID_VALUE, kIntegerOverflow); in ValidateCopyBufferSubData()
|
D | validationES2.cpp | 2974 context->validationError(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexImage2D() 3083 context->validationError(GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexSubImage2D()
|