Home
last modified time | relevance | path

Searched defs:stencil (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_pool_manager_gles.cpp402 const bool stencil = HasStencil(image); in BindType() local
H A Drender_backend_gles.cpp1516 bool stencil = false; in InvalidateDepthStencil() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h671 uint32_t stencil; member
683 constexpr ClearValue(float depth, uint32_t stencil) : depthStencil { depth, stencil } {}; in ClearValue()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp1087 napi_env env, GLenum buffer, GLint drawBuffer, GLfloat depth, GLint stencil) in ClearBufferfi()
H A Dwebgl2_rendering_context_base.cpp176 GLint stencil = 0; in ClearBufferfi() local
H A Dwebgl_rendering_context_base_impl.cpp91 napi_value stencil = NVal::CreateBool(env, webGlContextAttributes->stencil_).val_; in GetContextAttributes() local