Home
last modified time | relevance | path

Searched defs:colorIndex (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/gm/
H A Dtextblobcolortrans.cpp83 size_t colorIndex = 0; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DRenderTargetCache.h95 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 DFramebuffer11.cpp169 size_t colorIndex = in invalidateBase() local
H A DBlit11.cpp449 unsigned int colorIndex = 0; in GetSwizzleIndex() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DClearTest.cpp2154 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 DGrVkOpsRenderPass.cpp513 uint32_t colorIndex; in onClear() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp1615 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 DTestSVGTypeface.cpp1319 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 Dvk_utils.cpp907 int colorIndex = source - GL_DEBUG_SOURCE_API; in MakeDebugUtilsLabel() local
H A DUtilsVk.cpp673 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 DSkSLMetalCodeGenerator.cpp2353 int colorIndex = var.modifiers().fLayout.fIndex; in writeOutputStruct() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.cpp1988 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 DtcuCompressedTexture.cpp2181 const deUint32 colorIndex = (deUint32)(colorIndexData & ((1 << bits) - 1)); in decompressBc6H() local

Completed in 30 milliseconds