Searched refs:kIntegerOverflow (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/angle2/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 | 1195 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()
|
D | validationES.h | 960 context->validationError(entryPoint, GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawArraysAttribs() 1154 context->validationError(entryPoint, GL_INVALID_OPERATION, err::kIntegerOverflow); in ValidateDrawElementsCommon()
|
D | ErrorStrings.h | 212 MSG kIntegerOverflow = "Integer overflow."; variable
|
D | validationES3.cpp | 1949 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()
|
D | validationES2.cpp | 2788 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/ |
D | simulator-loong64.h | 494 kIntegerOverflow, enumerator
|
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.h | 565 kIntegerOverflow, enumerator
|
D | simulator-mips.cc | 3993 SignalException(kIntegerOverflow); in DecodeTypeRegisterSPECIAL() 4010 SignalException(kIntegerOverflow); in DecodeTypeRegisterSPECIAL() 6600 SignalException(kIntegerOverflow); in DecodeTypeImmediate()
|
/third_party/node/deps/v8/src/execution/mips64/ |
D | simulator-mips64.h | 588 kIntegerOverflow, enumerator
|
D | simulator-mips64.cc | 4080 SignalException(kIntegerOverflow); in DecodeTypeRegisterSPECIAL() 4104 SignalException(kIntegerOverflow); in DecodeTypeRegisterSPECIAL() 6903 SignalException(kIntegerOverflow); in DecodeTypeImmediate()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.h | 922 kIntegerOverflow, enumerator
|