Home
last modified time | relevance | path

Searched defs:drawColor (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLLockSurface3Test.cpp394 const GLColor drawColor = GLColor::red; in TEST_P() local
474 const GLColor drawColor = clearColor; in TEST_P() local
548 const GLColor drawColor = GLColor::red; in TEST_P() local
632 const GLColor drawColor = GLColor::red; in TEST_P() local
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
DCanvas.java99 public void drawColor(Color c) { in drawColor() method in Canvas
103 public void drawColor(float r, float g, float b, float a) { in drawColor() method in Canvas
107 public void drawColor(int icolor) { in drawColor() method in Canvas
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp92 tcu::Vec4 drawColor; member
195 const auto &drawColor = m_params.drawColor; in initPrograms() local
751 …const tcu::Vec4 drawColor(kDefaultDrawColor.x(), kDefaultDrawColor.y(), kDefaultDrawColor.z(), 0.0… in createFragSideEffectsTests() local
DvktRasterizationTests.cpp6939 std::ostringstream drawColor; in initPrograms() local
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalClearAttachmentTests.cpp99 const tcu::Vec4 drawColor = tcu::RGBA::blue().toVec(); in iterate() local
DvktConditionalDrawTests.cpp564 const tcu::Vec4 drawColor = tcu::RGBA::blue().toVec(); in iterate() local
/external/angle/src/tests/gl_tests/
DMultisampledRenderToTextureTest.cpp2995 GLuint drawColor; in colorAttachment1Common() local
3088 GLuint drawColor; in colorAttachments0And3Common() local
3363 GLuint drawColor; in TEST_P() local
3438 GLuint drawColor; in blitFramebufferAttachment1Common() local
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderConditionalRenderingTestsEXT.cpp368 const auto drawColor = getOutputColor(); in iterate() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyCanvas.java141 protected void drawColor(int color) { in drawColor() method in ShadowLegacyCanvas
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp417 const tcu::Vec4 drawColor(1.0f, 1.0f, 0.0f, 1.0f); in iterate() local
/external/skia/modules/canvaskit/
Dinterface.js572 CanvasKit.Canvas.prototype.drawColor = function(color4f, mode) { method in CanvasKit.Canvas
/external/skia/src/core/
DSkCanvas.cpp2688 void SkCanvas::drawColor(const SkColor4f& c, SkBlendMode mode) { in drawColor() function in SkCanvas
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts1443 drawColor(color: InputColor, blendMode?: BlendMode): void; method