Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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.cpp1195 context->validationError(entryPoint, GL_INVALID_OPERATION, kIntegerOverflow); in ValidImageDataSize()
1209 context->validationError(entryPoint, GL_INVALID_OPERATION, kIntegerOverflow); in ValidImageDataSize()
6978 context->validationError(entryPoint, GL_INVALID_OPERATION, kIntegerOverflow); in ValidatePixelPack()
7009 context->validationError(entryPoint, GL_INVALID_OPERATION, kIntegerOverflow); in ValidatePixelPack()
7210 context->validationError(entryPoint, GL_INVALID_OPERATION, kIntegerOverflow); in ValidateReadPixelsBase()
7217 context->validationError(entryPoint, GL_INVALID_OPERATION, kIntegerOverflow); in ValidateReadPixelsBase()
8183 VertexAttribute::kIntegerOverflow || in RecordDrawAttribsError()
8185 VertexAttribute::kIntegerOverflow) in RecordDrawAttribsError()
8187 context->validationError(entryPoint, GL_INVALID_OPERATION, kIntegerOverflow); in RecordDrawAttribsError()
DvalidationES.h960 context->validationError(entryPoint, GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawArraysAttribs()
1154 context->validationError(entryPoint, GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawElementsCommon()
DErrorStrings.h212 MSG kIntegerOverflow = "Integer overflow."; variable
DvalidationES3.cpp1949 context->validationError(entryPoint, GL_INVALID_VALUE, kIntegerOverflow); in ValidateCompressedTexImage3D()
2783 context->validationError(entryPoint, GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexSubImage3D()
3416 context->validationError(entryPoint, GL_INVALID_VALUE, kIntegerOverflow); in ValidateCopyBufferSubData()
3446 context->validationError(entryPoint, GL_INVALID_VALUE, kIntegerOverflow); in ValidateCopyBufferSubData()
DvalidationES2.cpp2788 context->validationError(entryPoint, GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexImage2D()
2903 context->validationError(entryPoint, GL_INVALID_OPERATION, kIntegerOverflow); in ValidateCompressedTexSubImage2D()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.h494 kIntegerOverflow, enumerator
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.h565 kIntegerOverflow, enumerator
Dsimulator-mips.cc3993 SignalException(kIntegerOverflow); in DecodeTypeRegisterSPECIAL()
4010 SignalException(kIntegerOverflow); in DecodeTypeRegisterSPECIAL()
6600 SignalException(kIntegerOverflow); in DecodeTypeImmediate()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.h588 kIntegerOverflow, enumerator
Dsimulator-mips64.cc4080 SignalException(kIntegerOverflow); in DecodeTypeRegisterSPECIAL()
4104 SignalException(kIntegerOverflow); in DecodeTypeRegisterSPECIAL()
6903 SignalException(kIntegerOverflow); in DecodeTypeImmediate()
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h922 kIntegerOverflow, enumerator