Searched refs:EXT_stencil_two_side (Results 1 – 19 of 19) sorted by relevance
/third_party/openGLES/extensions/EXT/ |
D | EXT_stencil_two_side.txt | 3 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 …]
|
D | EXT_stencil_clear_tag.txt | 249 12) How does this extension interact with EXT_stencil_two_side or
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_stencil_two_side.txt | 3 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 …]
|
D | EXT_stencil_clear_tag.txt | 249 12) How does this extension interact with EXT_stencil_two_side or
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_extensions.c | 91 ctx->Extensions.EXT_stencil_two_side = true; in intelInitExtensions()
|
/third_party/mesa3d/src/mesa/main/ |
D | extensions.c | 169 ctx->Extensions.EXT_stencil_two_side = GL_TRUE; in _mesa_enable_sw_extensions()
|
D | extensions_table.h | 204 EXT(ATI_separate_stencil , EXT_stencil_two_side , GLL, x , x… 293 EXT(EXT_stencil_two_side , EXT_stencil_two_side , GLL, x , x…
|
D | version.c | 272 extensions->EXT_stencil_two_side); in compute_version()
|
D | stencil.c | 428 if (!ctx->Extensions.EXT_stencil_two_side) { in _mesa_ActiveStencilFaceEXT()
|
D | attrib.c | 448 if (ctx->Extensions.EXT_stencil_two_side) { in pop_enable_group() 1148 if (ctx->Extensions.EXT_stencil_two_side) { in _mesa_PopAttrib()
|
D | mtypes.h | 4470 GLboolean EXT_stencil_two_side; member
|
D | get.c | 520 EXTRA_EXT(EXT_stencil_two_side);
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_extensions.c | 111 ctx->Extensions.EXT_stencil_two_side = true; in brw_init_extensions()
|
/third_party/mesa3d/src/glx/ |
D | glxextensions.c | 180 { GL(EXT_stencil_two_side), N, N },
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | glxproto.reserved.txt | 189 4220 EXT_stencil_two_side
|
/third_party/openGLES/xml/ |
D | glxproto.reserved.txt | 189 4220 EXT_stencil_two_side
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 1128 extensions->EXT_stencil_two_side = GL_TRUE; in st_init_extensions()
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1045 if (ctx->Extensions.EXT_stencil_two_side) { in _mesa_meta_end()
|
/third_party/mesa3d/src/glx/tests/ |
D | indirect_api.cpp | 1473 TEST_F(IndirectAPI, EXT_stencil_two_side) in TEST_F() argument
|