Home
last modified time | relevance | path

Searched refs:GrCrash (Results 1 – 21 of 21) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLSL.cpp29 GrCrash("Unknown GL Binding"); in GrGetGLSLGeneration()
53 GrCrash("Unknown GL version."); in GrGetGLSLVersionDecl()
DGrGLCreateNullInterface.cpp225 GrCrash("Unexpected pname to GetBufferParamateriv"); in nullGLGetBufferParameteriv()
281 GrCrash("Unexpected pname to GetIntegerv"); in nullGLGetIntegerv()
306 GrCrash("Unexpected pname to GetProgramiv"); in nullGLGetShaderOrProgramiv()
322 GrCrash("Unexpected pname passed to GetQueryObject."); in query_result()
339 GrCrash("Unexpected pname passed GetQueryiv."); in nullGLGetQueryiv()
364 GrCrash("Unexpected name to GetString"); in nullGLGetString()
372 GrCrash("Should never query texture parameters."); in nullGLGetTexLevelParameteriv()
DGrGLShaderVar.h251 GrCrash("Unknown shader var type."); in TypeString()
285 GrCrash("Unknown shader variable type modifier."); in TypeModifierString()
DGrGLCaps.cpp234 GrCrash("Why are we seeing a stencil format that " in markColorConfigAndStencilFormatAsVerified()
255 GrCrash("Why are we seeing a stencil format that " in isColorConfigAndStencilFormatVerified()
DGrGpuGLShaders.cpp578 GrCrash("Unknown filter direction."); in flushConvolution()
686 GrCrash("Unknown color type."); in flushColor()
736 GrCrash("Unknown coverage type."); in flushCoverage()
1083 GrCrash("Unexpected sample mode!"); in buildProgram()
1108 GrCrash("Unexpected filter!"); in buildProgram()
DGrGLProgram.cpp199 GrCrash("Unexpected dual source blend output"); in overrideBlend()
339 GrCrash("Unexpected xfer coeff."); in blendTermString()
563 GrCrash("Unknown color type."); in genInputColor()
874 GrCrash("Unexpected input coverage."); in genProgram()
DGrGpuGL.cpp1406 GrCrash("Unknown resolve type"); in onReadPixels()
2112 GrCrash("Unknown draw face."); in flushGLStateCommon()
2330 GrCrash("Unknown geometry src type!"); in setBuffers()
2358 GrCrash("Unknown geometry src type!"); in setBuffers()
/external/skia/include/gpu/
DGrConfig.h276 inline void GrCrash() { GrAlwaysAssert(false); } in GrCrash() function
277 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); } in GrCrash() function
DGrClip.h125 GrCrash("Unknown clip element type.");
/external/skia/src/gpu/
DGrPathRenderer.h122 GrCrash("Unexpected call to drawPathToStencil."); in drawPathToStencil()
DGrDrawTarget.cpp601 GrCrash("Unknown Vertex Source Type."); in releasePreviousVertexSource()
624 GrCrash("Unknown Index Source Type."); in releasePreviousIndexSource()
714 GrCrash("Attempting to draw without vertex src."); in checkDraw()
725 GrCrash("Drawing outside valid vertex range."); in checkDraw()
732 GrCrash("Attempting to draw indexed geom without index src."); in checkDraw()
742 GrCrash("Index reads outside valid index range."); in checkDraw()
DGrGpu.cpp303 GrCrash("Can't get indices into buffer!"); in getQuadIndexBuffer()
336 GrCrash("Can't get vertices into buffer!"); in getUnitSquareVertexBuffer()
430 GrCrash("Unknown stencil func"); in ConvertStencilFuncAndMask()
534 GrCrash("Unknown set op."); in process_initial_clip_elements()
DGrPathUtils.cpp197 GrCrash("Expected scalar is float."); in fixup_matrix()
226 GrCrash("Expected scalar is float."); in quadDesignSpaceToUVCoordsMatrix()
DGrInOrderDrawBuffer.cpp235 GrCrash("unknown geom src type"); in onDrawIndexed()
253 GrCrash("unknown geom src type"); in onDrawIndexed()
302 GrCrash("unknown geom src type"); in onDrawNonIndexed()
DGrClip.cpp133 GrCrash("Unknown clip element type."); in setFromIterator()
DSkGr.cpp195 GrCrash("Unsupported path fill in clip."); in getPathFill()
DGrStencil.cpp352 GrCrash("Unknown set op"); in GetClipPasses()
DGrAAConvexPathRenderer.cpp195 GrCrash("Unexpected degenerate test stage."); in update_degenerate_test()
DSkGpuDevice.cpp287 GrCrash("Unexpected Config8888."); in config8888_to_gr_config()
DGrContext.cpp1204 GrCrash("Unexpected fill."); in gr_fill_to_sk_fill()
/external/skia/tests/
DWritePixelsTest.cpp185 GrCrash("Unexpected Config8888"); in convertConfig8888ToPMColor()