Home
last modified time | relevance | path

Searched defs:DrawContext (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/graphite/
DImage_Base_Graphite.h24 class DrawContext; variable
DAtlasProvider.h23 class DrawContext; variable
DPaintParams.h21 class DrawContext; variable
DPathAtlas.h22 class DrawContext; variable
DDrawContext.cpp91 DrawContext::DrawContext(const Caps* caps, in DrawContext() function in skgpu::graphite::DrawContext
DKeyHelpers.cpp1485 static void notify_in_use(Recorder*, DrawContext*, const SkColorShader*) { in notify_in_use() argument
1500 static void notify_in_use(Recorder*, DrawContext*, const SkColor4Shader*) { in notify_in_use() argument
1550 static void notify_in_use(Recorder*, DrawContext*, const SkEmptyShader*) { in notify_in_use() argument
1939 static void notify_in_use(Recorder*, DrawContext*, const SkPerlinNoiseShader*) { in notify_in_use() argument
2017 static void notify_in_use(Recorder*, DrawContext*, const SkPictureShader*) { in notify_in_use() argument
2055 static void notify_in_use(Recorder*, DrawContext*, const SkTransformShader*) { in notify_in_use() argument
2066 static void notify_in_use(Recorder*, DrawContext*, const SkTriColorShader*) { in notify_in_use() argument
2358 static void notify_in_use(Recorder*, DrawContext*, const SkGradientBaseShader*) { in notify_in_use() argument
DDevice.h31 class DrawContext; variable
DDrawAtlas.h24 class DrawContext; variable
DKeyHelpers.h33 class DrawContext; variable
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp90 class DrawContext class
93 DrawContext(const FrameBufferState &framebufferState) : m_framebufferState(framebufferState) in DrawContext() function in vkt::drawutil::DrawContext
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp93 struct DrawContext struct
95 int primitiveID;
97 DrawContext(void) : primitiveID(0) in DrawContext() function