Searched refs:DrawMode (Results 1 – 5 of 5) sorted by relevance
/external/skia/bench/ |
D | BulkRectBench.cpp | 26 enum class DrawMode { enum 38 template<int kRectCount, RectangleLayout kLayout, ImageMode kImageMode, DrawMode kDrawMode> 41 static_assert(kImageMode == ImageMode::kNone || kDrawMode != DrawMode::kQuad, 52 if (kDrawMode == DrawMode::kBatch && kImageMode == ImageMode::kNone) { in isSuitableFor() 81 if (kDrawMode == DrawMode::kBatch) { in computeName() 83 } else if (kDrawMode == DrawMode::kRef) { in computeName() 92 SkASSERT(kDrawMode == DrawMode::kBatch); in drawImagesBatch() 114 SkASSERT(kDrawMode == DrawMode::kRef); in drawImagesRef() 131 SkASSERT(kDrawMode == DrawMode::kBatch); in drawSolidColorsBatch() 158 SkASSERT(kDrawMode == DrawMode::kRef || kDrawMode == DrawMode::kQuad); in drawSolidColorsRef() [all …]
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/ |
D | Projection.java | 33 public @interface DrawMode {} annotation in Projection 196 public final @DrawMode int mode; 202 public SubMesh(int textureId, float[] vertices, float[] textureCoords, @DrawMode int mode) { in SubMesh()
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/spherical/ |
D | ProjectionRenderer.java | 209 @Projection.DrawMode private final int drawMode;
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedDepthStencilTests.cpp | 50 enum DrawMode enum 314 void drawQuad(DrawMode drawMode, GLuint program); 725 void BaseTest::drawQuad(DrawMode drawMode, GLuint program) in drawQuad()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 4862 enum DrawMode enum 4871 Implementation (OperationContext& context, Resource& resource, DrawMode drawMode) in Implementation() 5056 DrawMode m_drawMode; 5076 Support(const ResourceDescription& resourceDesc, DrawMode drawMode) in Support() 5161 const DrawMode m_drawMode;
|