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

  /external/skia/src/gpu/gl/
GrGLSL.cpp 29 GrCrash("Unknown GL Binding");
53 GrCrash("Unknown GL version.");
GrGLShaderVar.h 251 GrCrash("Unknown shader var type.");
285 GrCrash("Unknown shader variable type modifier.");
GrGLCaps.cpp 234 GrCrash("Why are we seeing a stencil format that "
255 GrCrash("Why are we seeing a stencil format that "
GrGLCreateNullInterface.cpp 225 GrCrash("Unexpected pname to GetBufferParamateriv");
281 GrCrash("Unexpected pname to GetIntegerv");
306 GrCrash("Unexpected pname to GetProgramiv");
322 GrCrash("Unexpected pname passed to GetQueryObject.");
339 GrCrash("Unexpected pname passed GetQueryiv.");
364 GrCrash("Unexpected name to GetString");
372 GrCrash("Should never query texture parameters.");
GrGpuGLShaders.cpp 578 GrCrash("Unknown filter direction.");
686 GrCrash("Unknown color type.");
736 GrCrash("Unknown coverage type.");
    [all...]
GrGLProgram.cpp 199 GrCrash("Unexpected dual source blend output");
339 GrCrash("Unexpected xfer coeff.");
563 GrCrash("Unknown color type.");
    [all...]
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/
GrPathRenderer.h 122 GrCrash("Unexpected call to drawPathToStencil.");
GrClip.cpp 133 GrCrash("Unknown clip element type.");
SkGr.cpp 195 GrCrash("Unsupported path fill in clip.");
GrPathUtils.cpp 197 GrCrash("Expected scalar is float.");
226 GrCrash("Expected scalar is float.");
GrDrawTarget.cpp 601 GrCrash("Unknown Vertex Source Type.");
624 GrCrash("Unknown Index Source Type.");
714 GrCrash("Attempting to draw without vertex src.");
725 GrCrash("Drawing outside valid vertex range.");
732 GrCrash("Attempting to draw indexed geom without index src.");
742 GrCrash("Index reads outside valid index range.");
    [all...]
GrInOrderDrawBuffer.cpp 235 GrCrash("unknown geom src type");
253 GrCrash("unknown geom src type");
302 GrCrash("unknown geom src type");
GrGpu.cpp 303 GrCrash("Can't get indices into buffer!");
336 GrCrash("Can't get vertices into buffer!");
430 GrCrash("Unknown stencil func");
534 GrCrash("Unknown set op.");
    [all...]
GrStencil.cpp 352 GrCrash("Unknown set op");
GrAAConvexPathRenderer.cpp 195 GrCrash("Unexpected degenerate test stage.");
SkGpuDevice.cpp 287 GrCrash("Unexpected Config8888.");
    [all...]
GrContext.cpp     [all...]
  /external/skia/include/gpu/
GrConfig.h 276 inline void GrCrash() { GrAlwaysAssert(false); }
277 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
GrClip.h 125 GrCrash("Unknown clip element type.");
  /external/skia/tests/
WritePixelsTest.cpp 185 GrCrash("Unexpected Config8888");

Completed in 261 milliseconds