Home
last modified time | relevance | path

Searched refs:stencil (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A DvisualConfigs.c65 int stereo, depth, aux, buffers, stencil, accum, color, msample; in __glXAquaCreateVisualConfigs() local
128 for(stencil = 0; stencil < ((conf->total_stencil_bit_depths > 0) ? in __glXAquaCreateVisualConfigs()
129 conf->total_stencil_bit_depths : 1); ++stencil) { in __glXAquaCreateVisualConfigs()
173 c->stencilBits = conf->stencil_bit_depths[stencil]; in __glXAquaCreateVisualConfigs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp642 optional<int32_t> stencil) { in clear() argument
657 if (stencil) { in clear()
659 clearStencil = *stencil; in clear()
707 void Context::setStencilMode(const StencilMode& stencil) { in setStencilMode() argument
708 if (stencil.test.is<StencilMode::Always>() && !stencil.mask) { in setStencilMode()
712 stencilMask = stencil.mask; in setStencilMode()
713 stencilOp = { stencil.fail, stencil.depthFail, stencil.pass }; in setStencilMode()
715 stencilFunc = { test.func, stencil.ref, test.mask }; in setStencilMode()
716 }, stencil.test); in setStencilMode()
H A Dcontext.hpp164 optional<int32_t> stencil);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgp102.c25 gp102_ltc_zbc_clear_stencil(struct nvkm_ltc *ltc, int i, const u32 stencil) in gp102_ltc_zbc_clear_stencil() argument
29 nvkm_wr32(device, 0x17e204, stencil); in gp102_ltc_zbc_clear_stencil()
H A Dbase.c59 nvkm_ltc_zbc_stencil_get(struct nvkm_ltc *ltc, int index, const u32 stencil) in nvkm_ltc_zbc_stencil_get() argument
61 ltc->zbc_stencil[index] = stencil; in nvkm_ltc_zbc_stencil_get()
62 ltc->func->zbc_clear_stencil(ltc, index, stencil); in nvkm_ltc_zbc_stencil_get()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dgenerate_clip_ids.cpp69 util::erase_if(clipIDs, [&](const auto& stencil) { in getClipIDs() argument
70 return algorithm::coveredByChildren(stencil.first, clipIDs); in getClipIDs()
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gtk+/gtk+3/
H A D0002-Do-not-try-to-initialize-GL-without-libGL.patch47 as we care about glx details such as alpha/depth/stencil depth,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Dmga_drm.h144 unsigned int stencil; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Dmga_drm.h144 unsigned int stencil; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Dmga_drm.h144 unsigned int stencil; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dmga_drm.h144 unsigned int stencil; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Dmga_drm.h144 unsigned int stencil; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Dmga_drm.h144 unsigned int stencil; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_surfacedefs.h353 u8 stencil; member
H A Dsvga3d_cmd.h452 uint32 stencil; member
H A Dsvga3d_dx.h691 uint16 stencil; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dffb.c300 u32 stencil; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/
H A Dmga_state.c109 DMA_BLOCK(MGA_STENCIL, ctx->stencil, in mga_g400_emit_context()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dmapboxgl.qdoc143 experimental, and it does not support QQuickItem transformations nor stencil
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h1054 …_APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
1159 …L void GL_APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
H A Dgl31.h1056 …_APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
1161 …L void GL_APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
H A Dgl32.h1056 …_APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
1161 …L void GL_APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist1.txt8404 -rw-r--r-- root root 1163 ./usr/share/mime/application/vnd.ms-visio.stencil.macro…
8405 -rw-r--r-- root root 1150 ./usr/share/mime/application/vnd.ms-visio.stencil.main+…
H A Dbuildhistory_filelist2.txt8407 -rw-r--r-- root root 1163 ./usr/share/mime/application/vnd.ms-visio.stencil.macro…
8408 -rw-r--r-- root root 1150 ./usr/share/mime/application/vnd.ms-visio.stencil.main+…
/OK3568_Linux_fs/external/xserver/
H A DChangeLog149214 Prefer glxvisuals with stencil buffer for default visuals
149217 when associating fbconfigs with the visuals, indepenent of stencil bits.
149219 depthbuffer > 0 also have stencil bits.
184505 Set stencil size for Xgl GLX visuals