Home
last modified time | relevance | path

Searched defs:colorIndex (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DRenderTargetCache.h95 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/
DRenderTargetCache.h92 size_t colorIndex = static_cast<size_t>( in update() local
120 size_t colorIndex) in updateColorRenderTarget()
/third_party/skia/gm/
Dtextblobcolortrans.cpp83 size_t colorIndex = 0; in onDraw() local
/third_party/flutter/skia/gm/
Dtextblobcolortrans.cpp83 size_t colorIndex = 0; in onDraw() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DEmulateGLFragColorBroadcast.cpp95 for (int colorIndex = 1; colorIndex < mMaxDrawBuffers; ++colorIndex) in broadcastGLFragColor() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DEmulateGLFragColorBroadcast.cpp96 for (int colorIndex = 1; colorIndex < mMaxDrawBuffers; ++colorIndex) in broadcastGLFragColor() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DClearTest.cpp2031 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/
DUtilsVk.cpp635 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
DProgramExecutableVk.cpp666 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
Dvk_utils.cpp907 int colorIndex = source - GL_DEBUG_SOURCE_API; in MakeDebugUtilsLabel() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp801 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/
DTriangleBenchmarks.cpp223 int colorIndex = 0; in TriangleSampleTexture() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp630 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/
DFramebuffer11.cpp168 size_t colorIndex = in invalidateBase() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp169 size_t colorIndex = in invalidateBase() local
/third_party/skia/tools/fonts/
DTestSVGTypeface.cpp1319 int colorIndex; in onDrawPath() local
1400 const int colorIndex = glyfInfos[i].fLayers[j].fLayerColorIndex; in exportTtxColr() local
/third_party/flutter/skia/tools/fonts/
DTestSVGTypeface.cpp1323 int colorIndex; in onDrawPath() local
1404 const int colorIndex = glyfInfos[i].fLayers[j].fLayerColorIndex; in exportTtxColr() local
/third_party/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp511 uint32_t colorIndex; in onClear() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp1024 …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/
DGrVkGpuCommandBuffer.cpp508 uint32_t colorIndex; in onClear() local
/third_party/flutter/skia/src/sksl/
DSkSLMetalCodeGenerator.cpp1390 int colorIndex = var.fVar->fModifiers.fLayout.fIndex; in writeOutputStruct() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp181 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/
DViewableTaggedData.java500 int colorIndex = rangeDepth % colors.length; in drawRangeBackground() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java500 int colorIndex = rangeDepth % colors.length; in drawRangeBackground() local
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp2353 int colorIndex = var.modifiers().fLayout.fIndex; in writeOutputStruct() local

12