/third_party/skia/gm/ |
H A D | textblobcolortrans.cpp | 83 size_t colorIndex = 0; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | RenderTargetCache.h | 95 size_t colorIndex = static_cast<size_t>( in update() local 128 updateColorRenderTarget( const gl::Context *context, const gl::FramebufferState &state, size_t colorIndex) updateColorRenderTarget() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Framebuffer11.cpp | 169 size_t colorIndex = in invalidateBase() local
|
H A D | Blit11.cpp | 449 unsigned int colorIndex = 0; in GetSwizzleIndex() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ClearTest.cpp | 2154 strstr << "layout(location = " << colorIndex << ") out vec4 value" << colorIndex << ";\\n"; TEST_P() local 2160 strstr << "value" << colorIndex << " = vec4(0.0f, 0.0f, 1.0f, 1.0f);\\n"; TEST_P() local [all...] |
/third_party/skia/src/gpu/vk/ |
H A D | GrVkOpsRenderPass.cpp | 513 uint32_t colorIndex; in onClear() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | BC_Decoder.cpp | 1615 IndexInfo colorIndex(const Mode &mode, bool isAnchor, in colorIndex() function 1538 ASSERT(partitionIdx < MaxPartitions); auto subsetIdx = subsetIndex(mode, partitionIdx, texelIdx); ASSERT(subsetIdx < MaxSubsets); auto const &subset = subsets[subsetIdx]; auto anchorIdx = anchorIndex(mode, partitionIdx, subsetIdx); auto isAnchor = anchorIdx == texelIdx; auto colorIdx = colorIndex(mode, isAnchor, colorIndexBitOffset); auto alphaIdx = alphaIndex(mode, isAnchor, alphaIndexBitOffset); if(y + dstY >= dstHeight || x + dstX >= dstWidth) decode() argument
|
/third_party/skia/tools/fonts/ |
H A D | TestSVGTypeface.cpp | 1319 int colorIndex; variable 1400 const int colorIndex = glyfInfos[i].fLayers[j].fLayerColorIndex; in exportTtxColr() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 907 int colorIndex = source - GL_DEBUG_SOURCE_API; in MakeDebugUtilsLabel() local
|
H A D | UtilsVk.cpp | 673 void InsertColorDecorations(uint32_t colorIndex, angle::spirv::Blob *blobOut) in InsertColorDecorations() argument 785 InsertColorVariableDecl(uint32_t colorIndex, UnresolveColorAttachmentType type, angle::spirv::Blob *blobOut) InsertColorVariableDecl() argument 835 InsertColorUnresolveLoadStore(uint32_t colorIndex, UnresolveColorAttachmentType type, angle::spirv::Blob *blobOut) InsertColorUnresolveLoadStore() argument [all...] |
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.cpp | 2353 int colorIndex = var.modifiers().fLayout.fIndex; in writeOutputStruct() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Framebuffer.cpp | 1988 size_t colorIndex = binding - GL_COLOR_ATTACHMENT0; setAttachmentImpl() local 2009 SetComponentTypeMask(getDrawbufferWriteType(colorIndex), colorIndex, setAttachmentImpl() local 2129 size_t colorIndex = (index - DIRTY_BIT_COLOR_ATTACHMENT_0); getAttachmentFromSubjectIndex() local [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 2181 const deUint32 colorIndex = (deUint32)(colorIndexData & ((1 << bits) - 1)); in decompressBc6H() local
|