Searched defs:stencil (Results 1 – 6 of 6) sorted by relevance
402 const bool stencil = HasStencil(image); in BindType() local
1516 bool stencil = false; in InvalidateDepthStencil() local
671 uint32_t stencil; member683 constexpr ClearValue(float depth, uint32_t stencil) : depthStencil { depth, stencil } {}; in ClearValue()
1087 napi_env env, GLenum buffer, GLint drawBuffer, GLfloat depth, GLint stencil) in ClearBufferfi()
176 GLint stencil = 0; in ClearBufferfi() local
91 napi_value stencil = NVal::CreateBool(env, webGlContextAttributes->stencil_).val_; in GetContextAttributes() local