Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1328 …if (!WebGLArg::CheckNoneNegInt<GLint>(readOffset) || !WebGLArg::CheckNoneNegInt<GLint>(writeOffset… in CopyBufferSubData()
1329 !WebGLArg::CheckNoneNegInt<GLint>(size)) { in CopyBufferSubData()
1372 if (!WebGLArg::CheckNoneNegInt<GLint>(offset)) { in GetBufferSubData()
H A Dwebgl2_rendering_context_base.cpp1649 if (!WebGLArg::CheckNoneNegInt<GLint>(offset) || !WebGLArg::CheckNoneNegInt<GLsizei>(size)) { in BindBufferRange()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h466 static bool CheckNoneNegInt(int64_t data) in CheckNoneNegInt() function