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

  /external/chromium_org/third_party/skia/include/gpu/
GrPathRendererChain.h 46 enum DrawType {
61 DrawType drawType,
  /external/skia/include/gpu/
GrPathRendererChain.h 46 enum DrawType {
61 DrawType drawType,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
RegionTracker.h 72 enum DrawType {
81 void didDrawUnbounded(const GraphicsContext*, const SkPaint&, DrawType);
102 void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.hpp 48 enum DrawType
55 StateChangePerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, DrawType drawType, int drawCallCount, int triangleCount);
84 const DrawType m_drawType;
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 85 enum DrawType
105 InvalidDrawCase (Context& context, const char* name, const char* desc, DrawType type, InvalidOperation op);
113 const DrawType m_drawType;
122 InvalidDrawCase::InvalidDrawCase (Context& context, const char* name, const char* desc, DrawType type, InvalidOperation op)
  /external/chromium_org/third_party/skia/bench/
AlternatingColorPatternBench.cpp 33 enum DrawType {
92 DrawType fDrawType;
96 AlternatingColorPatternBench(ColorPattern pattern1, ColorPattern pattern2, DrawType drawType)
102 kRect_DrawType == drawType ? "rect" : "path");
103 fDrawType = drawType;
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.h 317 enum DrawType {
326 static bool IsPathRenderingDrawType(DrawType type) {
333 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
351 bool setupClipAndFlushState(DrawType,
463 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;
  /external/skia/src/gpu/
GrGpu.h 336 enum DrawType {
346 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
364 bool setupClipAndFlushState(DrawType,
478 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 65 enum DrawType
72 PreservingSwapTest (EglTestContext& eglTestCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType preSwapDrawType, DrawType postSwapDrawType, const char* name, const char* description);
83 const DrawType m_preSwapDrawType;
84 const DrawType m_postSwapDrawType;
105 void render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
204 void GLES2Program::render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType)
206 if (drawType == PreservingSwapTest::DRAWTYPE_GLES2_RENDER
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 23 enum DrawType {
  /external/skia/src/core/
SkPictureFlat.h 24 enum DrawType {

Completed in 155 milliseconds