HomeSort by relevance Sort by last modified time
    Searched refs:GrCrash (Results 1 - 11 of 11) sorted by null

  /external/skia/gpu/include/
GrPathRenderer.h 107 GrCrash("Unexpected call to drawPathToStencil.");
GrConfig.h 283 inline void GrCrash() { GrAlwaysAssert(false); }
284 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
GrClip.h 131 GrCrash("Unknown clip element type.");
  /external/skia/gpu/src/
GrInOrderDrawBuffer.cpp 226 GrCrash("unknown geom src type");
243 GrCrash("unknown geom src type");
290 GrCrash("unknown geom src type");
GrClip.cpp 143 GrCrash("Unknown clip element type.");
GrGpu.cpp 216 GrCrash("Can't get indices into buffer!");
249 GrCrash("Can't get vertices into buffer!");
349 GrCrash("Unknown stencil func");
GrStencil.cpp 380 GrCrash("Unknown set op");
GrGpuGLShaders.cpp 531 GrCrash("Unknown color type.");
768 GrCrash("Unexpected sample mode!");
783 GrCrash("Unexpected filter!");
    [all...]
GrGpuGL.cpp     [all...]
GrGLProgram.cpp 163 GrCrash("Unexpected dual source blend output");
308 GrCrash("Unexpected xfer coeff.");
    [all...]
  /external/skia/src/gpu/
SkGr.cpp 178 GrCrash("Unsupported path fill in clip.");

Completed in 114 milliseconds