Home
last modified time | relevance | path

Searched refs:TextureLayerArg (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_impl.h115 …pi_env env, GLenum target, GLenum attachment, napi_value textureObj, const TextureLayerArg& layer);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_arg.h333 struct TextureLayerArg { struct
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1410 …napi_env env, GLenum target, GLenum attachment, napi_value textureObj, const TextureLayerArg& laye… in FrameBufferTextureLayer()
H A Dwebgl2_rendering_context_base.cpp1422 TextureLayerArg layer = { 0 }; in FramebufferTextureLayer()