Home
last modified time | relevance | path

Searched refs:CheckOverflow (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp429 if (WebGLArg::CheckOverflow<GLsizei, GLsizei>(offset, w)) { in CheckTextureSize()
H A Dwebgl_rendering_context_draw.cpp965 if (WebGLArg::CheckOverflow<GLint, GLint>(imgArg.xOffset, imgArg.width) || in CheckCompressedTexSubDimensions()
966 WebGLArg::CheckOverflow<GLint, GLint>(imgArg.yOffset, imgArg.height)) { in CheckCompressedTexSubDimensions()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h456 static bool CheckOverflow(T1 arg1, T2 arg2) in CheckOverflow() function