Searched refs:CheckFrameBufferTarget (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_override.cpp | 178 if (!CheckFrameBufferTarget(env, target, index)) { in CheckGetFrameBufferAttachmentParameter()
|
H A D | webgl_rendering_context_base_impl.cpp | 228 if (!CheckFrameBufferTarget(env, target, index)) { in BindFrameBuffer() 799 if (!CheckFrameBufferTarget(env, target, index)) { in GetFrameBufferAttachmentParameter() 831 if (!CheckFrameBufferTarget(env, target, frameBufferTargetIdx)) { in FrameBufferRenderBuffer() 1876 if (!CheckFrameBufferTarget(env, target, index)) { in CheckFrameBufferStatus() 2407 if (!CheckFrameBufferTarget(env, target, index)) { in GetBoundFrameBuffer() 2449 bool WebGLRenderingContextBaseImpl::CheckFrameBufferTarget(napi_env env, GLenum target, uint32_t& i… in CheckFrameBufferTarget() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base_impl.h | 292 bool CheckFrameBufferTarget(napi_env env, GLenum target, uint32_t& index);
|