Home
last modified time | relevance | path

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

1234

/external/skia/src/gpu/
DGrProcessor.cpp58 SkFAIL("Wrong number of fragment processor factories!"); in VerifyFactoryCount()
65 SkFAIL("Wrong number of geometry processor factories!"); in VerifyFactoryCount()
72 SkFAIL("Wrong number of xp factory factories!"); in VerifyFactoryCount()
DGrPathRange.cpp36 SkFAIL("Unknown path index type"); in loadPathsIfNeeded()
51 SkFAIL("Unknown path index type"); in assertPathsLoaded()
DGrSwizzle.h98 SkFAIL("Mod is broken?!?"); in CreateRandom()
118 SkFAIL("Invalid swizzle char"); in CharToIdx()
DGrProcessorUnitTest.cpp20 SkFAIL("Should not be called if !SK_ALLOW_STATIC_GLOBAL_INITIALIZERS"); in CreateChildFP()
DGrContextFactory.h101 SkFAIL("Unknown GL Context type."); in GLContextTypeName()
/external/skia/src/core/
DSkLinearBitmapPipeline.cpp193 SkFAIL("Skipped stage."); in pointListFew()
196 SkFAIL("Skipped stage."); in pointList4()
199 SkFAIL("Skipped stage."); in bilerpList()
202 SkFAIL("Skipped stage."); in pointSpan()
287 SkFAIL("Not implemented."); in choose_matrix()
439 SkFAIL("Not implemented."); in choose_tiler()
452 SkFAIL("Not implemented."); in choose_tiler()
463 SkFAIL("Not implemented."); in choose_tiler()
617 SkFAIL("Not implemented. No 8888 Swizzle"); in choose_pixel_sampler()
621 SkFAIL("Not implemented. Unsupported src"); in choose_pixel_sampler()
DSkFindAndPlaceGlyph.h357 SkFAIL("Should never get here.");
376 SkFAIL("Should not get here.");
393 SkFAIL("Should not get here.");
418 SkFAIL("Should never get here.");
/external/skia/src/gpu/glsl/
DGrGLSLXferProcessor.h89 SkFAIL("emitOutputsForBlendState not implemented."); in emitOutputsForBlendState()
105 SkFAIL("emitBlendCodeForDstRead not implemented."); in emitBlendCodeForDstRead()
DGrGLSL.cpp43 SkFAIL("Unknown precision value."); in GrGLSLAppendDefaultFloatPrecisionDeclaration()
DGrGLSLShaderVar.h224 SkFAIL("Unexpected precision type."); in PrecisionString()
251 SkFAIL("Unknown shader variable type modifier."); in TypeModifierString()
DGrGLSLBlend.cpp362 SkFAIL("Unknown Custom Xfer mode."); in emit_advanced_xfermode_code()
409 SkFAIL("Unsupported Blend Coeff"); in append_porterduff_term()
467 SkFAIL("Unsupported Op"); in AppendRegionOp()
/external/skia/src/gpu/gl/
DGrGLNoOpInterface.cpp548 SkFAIL("Unexpected pname to GetIntegerv"); in noOpGLGetIntegerv()
577 SkFAIL("Unexpected pname to GetProgramiv"); in noOpGLGetShaderOrProgramiv()
593 SkFAIL("Unexpected pname passed to GetQueryObject."); in query_result()
610 SkFAIL("Unexpected pname passed GetQueryiv."); in noOpGLGetQueryiv()
651 SkFAIL("Unexpected name passed to GetString"); in noOpGLGetString()
665 SkFAIL("Unexpected name passed to GetStringi"); in noOpGLGetStringi()
676 SkFAIL("Should never query texture parameters."); in noOpGLGetTexLevelParameteriv()
DGrGLGLSL.cpp49 SkFAIL("Unknown GL Standard"); in GrGLGetGLSLGeneration()
/external/skia/bench/
DRotatedRectBench.cpp37 SkFAIL("Shouldn't reach here."); in start_color()
54 SkFAIL("Can't get here"); in advance_color()
56 SkFAIL("Shouldn't reach here."); in advance_color()
DSKPAnimationBench.h38 SkFAIL("MPD not supported\n"); in drawMPDPicture()
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp96 SkFAIL("Unexpected target to glBufferData"); in debugGLBufferData()
590 SkFAIL("Unexpected target to glBindBuffer"); in debugGLBindBuffer()
644 SkFAIL("Unexpected target to glMapBufferRange"); in debugGLMapBufferRange()
671 SkFAIL("Unexpected target to glMapBuffer"); in debugGLMapBuffer()
695 SkFAIL("Unexpected target to glUnmapBuffer"); in debugGLUnmapBuffer()
724 SkFAIL("Unexpected target to glUnmapBuffer"); in debugGLFlushMappedBufferRange()
775 SkFAIL("Unexpected value to glGetBufferParamateriv"); in debugGLGetBufferParameteriv()
/external/skia/tools/kilobench/
Dkilobench.cpp592 SkFAIL("Failed to open a pipe\n"); in kilobench_main()
608 SkFAIL("Failed to read from pipe\n"); in kilobench_main()
634 SkFAIL("Failed to write to pipe\n"); in kilobench_main()
638 SkFAIL("Fork failed\n"); in kilobench_main()
/external/skia/src/gpu/vk/
DGrVkProgramDataManager.h44 SkFAIL("Only supported in NVPR, which is not in vulkan"); in setPathFragmentInputTransform()
DGrVkCommandBuffer.cpp145 SkFAIL("failing"); in submitToQueue()
170 SkFAIL("failing"); in finished()
/external/skia/include/gpu/
DGrTypesPriv.h298 SkFAIL("Unsupported type conversion"); in GrVertexAttribTypeToSLType()
362 SkFAIL("Hairline fill isn't invertible."); in GrInvertProcessorEdgeType()
DGrProcessor.h137 SkFAIL("This should never wrap as it should only be called once for each GrProcessor " in GenClassID()
/external/skia/src/gpu/batches/
DGrDrawPathBatch.cpp173 SkFAIL("Cannot pre-translate kNone_PathTransformType."); in pre_translate_transform_values()
204 SkFAIL("Unknown transform type."); in pre_translate_transform_values()
DGrDrawVerticesBatch.cpp227 SkFAIL("Incomplete switch\n"); in seed_vertices()
243 SkFAIL("Incomplete switch\n"); in primitive_vertices()
/external/skia/gm/
Dglyph_pos_align.cpp58 default: SkFAIL("Invalid paint origin"); return; in drawTestCase()
/external/skia/include/core/
DSkTextBlob.h65 SkFAIL("All blobs are created by placement new."); in new()

1234