/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | RenderTargetCache.h | 95 size_t colorIndex = static_cast<size_t>( in update() local 131 size_t colorIndex) in updateColorRenderTarget() 172 size_t colorIndex) const in getColorDraw()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | RenderTargetCache.h | 92 size_t colorIndex = static_cast<size_t>( in update() local 120 size_t colorIndex) in updateColorRenderTarget()
|
/third_party/skia/gm/ |
D | textblobcolortrans.cpp | 83 size_t colorIndex = 0; in onDraw() local
|
/third_party/flutter/skia/gm/ |
D | textblobcolortrans.cpp | 83 size_t colorIndex = 0; in onDraw() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | EmulateGLFragColorBroadcast.cpp | 95 for (int colorIndex = 1; colorIndex < mMaxDrawBuffers; ++colorIndex) in broadcastGLFragColor() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | EmulateGLFragColorBroadcast.cpp | 96 for (int colorIndex = 1; colorIndex < mMaxDrawBuffers; ++colorIndex) in broadcastGLFragColor() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | ClearTest.cpp | 2031 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local 2059 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local 2118 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local 2152 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local 2158 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local 2175 for (GLint colorIndex = 0; colorIndex < maxDrawBuffers; ++colorIndex) in TEST_P() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.cpp | 635 for (uint32_t colorIndex = 0; colorIndex < colorAttachmentCount; ++colorIndex) in InsertPreamble() local 673 void InsertColorDecorations(uint32_t colorIndex, angle::spirv::Blob *blobOut) in InsertColorDecorations() 785 void InsertColorVariableDecl(uint32_t colorIndex, in InsertColorVariableDecl() 835 void InsertColorUnresolveLoadStore(uint32_t colorIndex, in InsertColorUnresolveLoadStore() 940 for (uint32_t colorIndex = 0; colorIndex < colorAttachmentCount; ++colorIndex) in MakeFragShader() local 954 for (uint32_t colorIndex = 0; colorIndex < colorAttachmentCount; ++colorIndex) in MakeFragShader() local 964 for (uint32_t colorIndex = 0; colorIndex < colorAttachmentCount; ++colorIndex) in MakeFragShader() local
|
D | ProgramExecutableVk.cpp | 666 for (uint32_t colorIndex = 0; colorIndex < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; ++colorIndex) in addInputAttachmentDescriptorSetDesc() local 1624 for (size_t colorIndex : framebufferVk->getState().getColorAttachmentsMask()) in updateInputAttachmentDescriptorSet() local
|
D | vk_utils.cpp | 907 int colorIndex = source - GL_DEBUG_SOURCE_API; in MakeDebugUtilsLabel() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.cpp | 801 for (uint32_t colorIndex = 0; in Framebuffer() local 928 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local 1704 for (size_t colorIndex : mState.mEnabledDrawBuffers) in blit() local 1988 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local 2428 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
D | TriangleBenchmarks.cpp | 223 int colorIndex = 0; in TriangleSampleTexture() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Framebuffer.cpp | 630 for (uint32_t colorIndex = 0; in Framebuffer() local 725 for (size_t colorIndex = 0; colorIndex < mState.mColorAttachments.size(); ++colorIndex) in detachResourceById() local 1794 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; in setAttachmentImpl() local 2218 for (auto colorIndex : mState.mEnabledDrawBuffers) in markDrawAttachmentsInitialized() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 168 size_t colorIndex = in invalidateBase() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Framebuffer11.cpp | 169 size_t colorIndex = in invalidateBase() local
|
/third_party/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 1319 int colorIndex; in onDrawPath() local 1400 const int colorIndex = glyfInfos[i].fLayers[j].fLayerColorIndex; in exportTtxColr() local
|
/third_party/flutter/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 1323 int colorIndex; in onDrawPath() local 1404 const int colorIndex = glyfInfos[i].fLayers[j].fLayerColorIndex; in exportTtxColr() local
|
/third_party/skia/src/gpu/vk/ |
D | GrVkOpsRenderPass.cpp | 511 uint32_t colorIndex; in onClear() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcBlendEquationAdvancedTests.cpp | 1024 …for (int colorIndex = 0; colorIndex < (m_useRGB10A2Data ? m_numSpecificColors : m_numColors); colo… in iterate() local 1061 …for (int colorIndex = 0; colorIndex < (m_useRGB10A2Data ? m_numSpecificColors : m_numColors); colo… in iterate() local
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.cpp | 508 uint32_t colorIndex; in onClear() local
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLMetalCodeGenerator.cpp | 1390 int colorIndex = var.fVar->fModifiers.fLayout.fIndex; in writeOutputStruct() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 181 int colorIndex = source - GL_DEBUG_SOURCE_API; in MakeDebugUtilsLabel() local
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
D | ViewableTaggedData.java | 500 int colorIndex = rangeDepth % colors.length; in drawRangeBackground() local
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
D | ViewableTaggedData.java | 500 int colorIndex = rangeDepth % colors.length; in drawRangeBackground() local
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLMetalCodeGenerator.cpp | 2353 int colorIndex = var.modifiers().fLayout.fIndex; in writeOutputStruct() local
|