HomeSort by relevance Sort by last modified time
    Searched defs:clipping (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.hpp 23 * \brief Clipping tests
31 namespace clipping namespace in namespace:vkt
36 } // clipping
vktClippingTests.cpp 21 * \brief Clipping tests
41 namespace clipping namespace in namespace:vkt
299 //! Clipping against the default clip volume.
443 { "Draw primitives at near clipping plane, z = 0.0", 0.0f, },
445 { "Draw primitives at far clipping plane, z = 1.0", 1.0f, },
496 { "Draw primitives in front of the near clipping plane, z < 0.0", -0.5f, },
497 { "Draw primitives behind the far clipping plane, z > 1.0", 1.5f, },
547 { "Draw primitives intersecting the near clipping plane, depth clamp disabled", -0.5f, false, IVec2(0, 0), Vec4(0.0f, 0.0f, 0.0f, 1.0f) },
548 { "Draw primitives intersecting the near clipping plane, depth clamp enabled", -0.5f, true, IVec2(0, 0), Vec4(1.0f, 0.0f, 0.0f, 1.0f) },
549 { "Draw primitives intersecting the far clipping plane, depth clamp disabled", 0.5f, false, IVec2(RENDER_SIZE/2, 0), Vec4(0.0f, 0.0f, 0.0f, 1.0f) (…)
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
Files.py 62 class clipping(aetools.ComponentItem): class in inherits:aetools.ComponentItem
63 """clipping - A clipping """
66 """clipping window - (NOT AVAILABLE YET) the clipping window for this clipping """
70 clippings = clipping
138 clipping._superclassnames = ['file']
139 clipping._privpropdict = {
143 clipping._privelemdict =
    [all...]
  /external/ImageMagick/coders/
psd.c 168 clipping,
165 clipping, member in struct:_LayerInfo
    [all...]
wmf.c 364 clipping;
799 ddata->clipping = MagickFalse;
949 if (ddata->clipping)
951 ddata->clipping = MagickFalse;
362 clipping; member in struct:_wmf_magick_t
    [all...]

Completed in 341 milliseconds