Home
last modified time | relevance | path

Searched refs:SkFAIL (Results 1 – 25 of 96) sorted by relevance

1234

/external/skia/include/private/
DGrTypesPriv.h52 SkFAIL("Unknown AA Type"); in GrAATypeIsHW()
173 SkFAIL("Unexpected type"); in GrSLTypeIsFloatType()
206 SkFAIL("Unexpected type"); in GrSLTypeIs2DCombinedSamplerType()
239 SkFAIL("Unexpected type"); in GrSLTypeIsCombinedSamplerType()
272 SkFAIL("Unexpected type"); in GrSLTypeIsImageStorage()
305 SkFAIL("Unexpected type"); in GrSLTypeAcceptsPrecision()
366 SkFAIL("Unexpected attribute type"); in GrVertexAttribTypeSize()
400 SkFAIL("Unexpected attribute type"); in GrVertexAttribTypeIsIntType()
431 SkFAIL("Unsupported type conversion"); in GrVertexAttribTypeToSLType()
514 SkFAIL("Hairline fill isn't invertible."); in GrInvertProcessorEdgeType()
DGrGLSL.h80 SkFAIL("Unexpected precision type."); in GrGLSLPrecisionString()
137 SkFAIL("Unknown shader var type."); in GrGLSLTypeString()
/external/skia/src/gpu/
DGrShaderVar.cpp20 SkFAIL("Unknown shader variable type modifier."); in type_modifier_string()
55 SkFAIL("Unknown memory model."); in setMemoryModel()
66 SkFAIL("Unknown restrict."); in setRestrict()
80 SkFAIL("Unknown io type."); in setIOType()
DGrProcessor.cpp69 SkFAIL("Wrong number of fragment processor factories!"); in VerifyFactoryCount()
78 SkFAIL("Wrong number of geometry processor factories!"); in VerifyFactoryCount()
86 SkFAIL("Wrong number of xp factory factories!"); in VerifyFactoryCount()
285 SkFAIL("Config is not (yet) supported as image storage."); in ImageStorageAccess()
DGrPathRange.cpp36 SkFAIL("Unknown path index type"); in loadPathsIfNeeded()
51 SkFAIL("Unknown path index type"); in assertPathsLoaded()
DGrProcessorUnitTest.cpp22 SkFAIL("Should not be called if !SK_ALLOW_STATIC_GLOBAL_INITIALIZERS"); in MakeChildFP()
/external/skia/include/gpu/
DGrTypes.h368 SkFAIL("Invalid pixel config"); in GrPixelConfigIs8888Unorm()
393 SkFAIL("Invalid pixel config"); in GrPixelConfigIsSRGB()
421 SkFAIL("Invalid pixel config"); in GrPixelConfigSwapRAndB()
449 SkFAIL("Invalid pixel config"); in GrBytesPerPixel()
472 SkFAIL("Invalid pixel config"); in GrPixelConfigIsOpaque()
495 SkFAIL("Invalid pixel config."); in GrPixelConfigIsAlphaOnly()
518 SkFAIL("Invalid pixel config"); in GrPixelConfigIsFloatingPoint()
545 SkFAIL("Invalid pixel config."); in GrPixelConfigIsUnorm()
/external/skia/src/gpu/glsl/
DGrGLSLGeometryShaderBuilder.cpp21 SkFAIL("invalid input type"); in input_type_name()
32 SkFAIL("invalid output type"); in output_type_name()
DGrGLSLXferProcessor.h92 SkFAIL("emitOutputsForBlendState not implemented."); in emitOutputsForBlendState()
108 SkFAIL("emitBlendCodeForDstRead not implemented."); in emitBlendCodeForDstRead()
DGrGLSL.cpp44 SkFAIL("Unknown precision value."); in GrGLSLAppendDefaultFloatPrecisionDeclaration()
DGrGLSLBlend.cpp364 SkFAIL("Unknown Custom Xfer mode."); in emit_advanced_xfermode_code()
411 SkFAIL("Unsupported Blend Coeff"); in append_porterduff_term()
478 SkFAIL("Unsupported Op"); in AppendRegionOp()
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp530 SkFAIL("Unexpected pname to GetIntegerv"); in getIntegerv()
556 SkFAIL("Unexpected pname passed GetQueryiv."); in getQueryiv()
598 SkFAIL("Unexpected name passed to GetString"); in getString()
615 SkFAIL("Unexpected name passed to GetStringi"); in getStringi()
676 SkFAIL("Unexpected pname to GetBufferParamateriv"); in getBufferParameteriv()
690 default: SkFAIL("Unexpected GL target to GetBufferIndex"); in GetBufferIndex()
797 SkFAIL("Unexpected pname to GetProgramiv"); in getShaderOrProgramiv()
812 SkFAIL("Unexpected pname passed to GetQueryObject."); in queryResult()
DGrGLGLSL.cpp51 SkFAIL("Unknown GL Standard"); in GrGLGetGLSLGeneration()
/external/skia/bench/
DRotatedRectBench.cpp38 SkFAIL("Shouldn't reach here."); in start_color()
55 SkFAIL("Can't get here"); in advance_color()
57 SkFAIL("Shouldn't reach here."); in advance_color()
DSKPAnimationBench.h38 SkFAIL("MPD not supported\n"); in drawMPDPicture()
DCubicKLMBench.cpp33 SkFAIL("Unexpected cubic type"); in CubicKLMBench()
/external/skia/src/gpu/vk/
DGrVkUniformHandler.h94 SkFAIL("Image storages not implemented for Vulkan."); in addImageStorage()
99 SkFAIL("Image storages not implemented for Vulkan."); in imageStorageVariable()
DGrVkTransferBuffer.h44 SkFAIL("Not implemented for transfer buffers."); in onUpdateData()
DGrVkVaryingHandler.cpp61 SkFAIL("Unexpected type"); in grsltype_to_location_size()
DGrVkUniformHandler.cpp58 SkFAIL("Unexpected type"); in grsltype_to_alignment_mask()
107 SkFAIL("Unexpected type"); in grsltype_to_vk_size()
/external/skia/src/core/
DSkFindAndPlaceGlyph.h153 SkFAIL("Should not get here."); in getGlyphFinder()
265 SkFAIL("Should never get here."); in TextAlignmentAdjustment()
284 SkFAIL("Should not get here."); in SubpixelPositionRounding()
303 SkFAIL("Should not get here."); in SubpixelAlignment()
328 SkFAIL("Should never get here."); in findAndPositionGlyph()
438 SkFAIL("Should never get here."); in getSubpixel()
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp665 SkFAIL("Unexpected pname to GetIntegerv"); in getIntegerv()
691 SkFAIL("Unexpected pname passed GetQueryiv."); in getQueryiv()
733 SkFAIL("Unexpected name passed to GetString"); in getString()
750 SkFAIL("Unexpected name passed to GetStringi"); in getStringi()
759 SkFAIL("Should never query texture parameters."); in getTexLevelParameteriv()
896 SkFAIL("Unexpected value to glGetBufferParamateriv"); in getBufferParameteriv()
904 default: SkFAIL("Unexpected GL target to GetBufferIndex"); in GetBufferIndex()
990 SkFAIL("Unexpected pname to GetProgramiv"); in getShaderOrProgramiv()
1005 SkFAIL("Unexpected pname passed to GetQueryObject."); in queryResult()
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp67 SkFAIL("Not implemented"); in onGetFamilyName()
71 SkFAIL("Not implemented"); in onCreateStyleSet()
/external/skia/src/gpu/ccpr/
DGrCCPRCoverageOpsBuilder.cpp90 SkFAIL("Path verb does not have an endpoint."); in num_pts()
199 SkFAIL("Conics are not supported."); in parsePath()
201 SkFAIL("Unexpected path verb."); in parsePath()
465 SkFAIL("Conics are not supported."); in countPathItems()
467 SkFAIL("Unexpected path verb."); in countPathItems()
/external/skia/src/gpu/effects/
DGrGaussianConvolutionFragmentProcessor.cpp105 SkFAIL("Unsupported operation."); in emitCode()
136 SkFAIL("Unknown filter direction."); in onSetData()

1234