Home
last modified time | relevance | path

Searched defs:DRAW (Results 1 – 12 of 12) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGameComponent.java37 DRAW, // drawing commands are scheduled. enumConstant
/external/skia/src/core/
DSkRecordDraw.cpp80 #define DRAW(T, call) template <> void Draw::draw(const T& r) { fCanvas->call; } macro
81 DRAW(Flush, flush()) in DRAW() function
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h107 static inline uint32_t DRAW(enum pc_di_primtype prim_type, in DRAW() function
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderConditionalRenderingTestsEXT.cpp60 DRAW, enumerator
DvktMeshShaderApiTests.cpp66 DRAW = 0, enumerator
DvktMeshShaderApiTestsEXT.cpp66 DRAW = 0, enumerator
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp158 DRAW, enumerator
/external/python/cpython2/Lib/plat-irix6/
DFL.py62 DRAW = 0 variable
/external/python/cpython2/Lib/plat-irix5/
DFL.py62 DRAW = 0 variable
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindPointTests.cpp81 DRAW = 0, enumerator
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h154 DRAW, enumerator
/external/rust/crates/ash/src/vk/
Denums.rs1275 pub const DRAW: Self = Self(6); constant