Home
last modified time | relevance | path

Searched defs:isColor (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/src/core/
DSkScalerCache.h38 bool isColor() const {return fIsColor; } in isColor() function
DSkGlyph.h304 bool isColor() const { return fMaskFormat == SkMask::kARGB32_Format; } in isColor() function
/third_party/skia/m133/src/core/
DSkGlyph.h340 bool isColor() const { return fFormat == SkMask::kARGB32_Format; } in isColor() function
500 bool isColor() const { return fMaskFormat == SkMask::kARGB32_Format; } in isColor() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_ifd.cpp2738 bool isColor = !isMonochrome; in IsValidDNG() local
/third_party/skia/m133/third_party/externals/dng_sdk/source/
Ddng_ifd.cpp2738 bool isColor = !isMonochrome; in IsValidDNG() local
/third_party/skia/m133/include/effects/
DSkRuntimeEffect.h106 bool isColor() const { return SkToBool(this->flags & kColor_Flag); } in isColor() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp559 bool isColor = (flags & Device::COLOR_BUFFER) == Device::COLOR_BUFFER; in stretchRect() local
/third_party/ffmpeg/libpostproc/
Dpostprocess.c540 const int8_t QPs[], int QPStride, int isColor, pp_mode *vm, pp_context *vc) in postProcess()
/third_party/backends/backend/
Depson2.c1916 SANE_Bool isColor = mode_params[optindex].color; in setvalue() local
Depson.c4033 SANE_Bool isColor = mode_params[optindex].color; in setvalue() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp500 const bool isColor = compareColors(color, barColor, threshold); in verifyImageSingleColoredRow() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp500 const bool isColor = compareColors(color, barColor, threshold); in verifyImageSingleColoredRow() local
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp3336 bool isColor = attachments[attNdx] == (isFboBound ? GL_COLOR_ATTACHMENT0 : GL_COLOR); in invalidateSubFramebuffer() local
3353 bool isColor = ndx == 0; in invalidateSubFramebuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampledRenderToSingleSampledTests.cpp1416 const bool isColor = depthStencilFormat == VK_FORMAT_UNDEFINED; in initializeAttachmentReference() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampledRenderToSingleSampledTests.cpp1428 const bool isColor = depthStencilFormat == VK_FORMAT_UNDEFINED; in initializeAttachmentReference() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp3576 …const bool isColor = tcu::allEqual(tcu::lessThan(tcu::abs(color.toIVec().swizzle(0, 1, 2) - refC… in verifyImageSingleColoredRow() local
/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp638 const bool isColor = isColorOrder(format.order); in isValid() local