Home
last modified time | relevance | path

Searched refs:EXT_stencil_two_side (Results 1 – 19 of 19) sorted by relevance

/third_party/openGLES/extensions/EXT/
DEXT_stencil_two_side.txt3 EXT_stencil_two_side
404 - "EXT_stencil_two_side" back state
409 2.0" back state; BACK sets "EXT_stencil_two_side" back state.
412 EXT_stencil_two_side usage, we choose between the front state and the
413 EXT_stencil_two_side back state. Those two sets of state are set
418 either OpenGL 2.0 or "one-sided" EXT_stencil_two_side usage, we choose
422 "one-sided" EXT_stencil_two_side usage, the separate stencil functions
432 and the EXT_stencil_two_side back stencil state set. Stencil tests and
438 STENCIL_TEST_TWO_SIDE_EXT is disabled and the EXT_stencil_two_side back
445 EXT_stencil_two_side state is not. StencilFunc and StencilOp set state
[all …]
DEXT_stencil_clear_tag.txt249 12) How does this extension interact with EXT_stencil_two_side or
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_stencil_two_side.txt3 EXT_stencil_two_side
404 - "EXT_stencil_two_side" back state
409 2.0" back state; BACK sets "EXT_stencil_two_side" back state.
412 EXT_stencil_two_side usage, we choose between the front state and the
413 EXT_stencil_two_side back state. Those two sets of state are set
418 either OpenGL 2.0 or "one-sided" EXT_stencil_two_side usage, we choose
422 "one-sided" EXT_stencil_two_side usage, the separate stencil functions
432 and the EXT_stencil_two_side back stencil state set. Stencil tests and
438 STENCIL_TEST_TWO_SIDE_EXT is disabled and the EXT_stencil_two_side back
445 EXT_stencil_two_side state is not. StencilFunc and StencilOp set state
[all …]
DEXT_stencil_clear_tag.txt249 12) How does this extension interact with EXT_stencil_two_side or
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_extensions.c91 ctx->Extensions.EXT_stencil_two_side = true; in intelInitExtensions()
/third_party/mesa3d/src/mesa/main/
Dextensions.c169 ctx->Extensions.EXT_stencil_two_side = GL_TRUE; in _mesa_enable_sw_extensions()
Dextensions_table.h204 EXT(ATI_separate_stencil , EXT_stencil_two_side , GLL, x , x…
293 EXT(EXT_stencil_two_side , EXT_stencil_two_side , GLL, x , x…
Dversion.c272 extensions->EXT_stencil_two_side); in compute_version()
Dstencil.c428 if (!ctx->Extensions.EXT_stencil_two_side) { in _mesa_ActiveStencilFaceEXT()
Dattrib.c448 if (ctx->Extensions.EXT_stencil_two_side) { in pop_enable_group()
1148 if (ctx->Extensions.EXT_stencil_two_side) { in _mesa_PopAttrib()
Dmtypes.h4470 GLboolean EXT_stencil_two_side; member
Dget.c520 EXTRA_EXT(EXT_stencil_two_side);
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_extensions.c111 ctx->Extensions.EXT_stencil_two_side = true; in brw_init_extensions()
/third_party/mesa3d/src/glx/
Dglxextensions.c180 { GL(EXT_stencil_two_side), N, N },
/third_party/skia/third_party/externals/opengl-registry/xml/
Dglxproto.reserved.txt189 4220 EXT_stencil_two_side
/third_party/openGLES/xml/
Dglxproto.reserved.txt189 4220 EXT_stencil_two_side
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1128 extensions->EXT_stencil_two_side = GL_TRUE; in st_init_extensions()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c1045 if (ctx->Extensions.EXT_stencil_two_side) { in _mesa_meta_end()
/third_party/mesa3d/src/glx/tests/
Dindirect_api.cpp1473 TEST_F(IndirectAPI, EXT_stencil_two_side) in TEST_F() argument