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

1 2

  /external/skia/src/gpu/
GrCacheID.cpp 21 GrCrash("Too many Cache Domains");
GrDrawTarget.cpp 239 GrCrash("Unknown Vertex Source Type.");
262 GrCrash("Unknown Index Source Type.");
352 GrCrash("Attempting to draw without vertex src.");
362 GrCrash("Drawing outside valid vertex range.");
369 GrCrash("Attempting to draw indexed geom without index src.");
379 GrCrash("Index reads outside valid index range.");
GrTextureAccess.cpp 103 GrCrash("Unexpected swizzle string character.");
GrGpu.cpp 289 GrCrash("Can't get indices into buffer!");
322 GrCrash("Can't get vertices into buffer!");
GrAARectRenderer.cpp 75 GrCrash("Can't get AA Fill Rect indices into buffer!");
GrGpu.h 375 GrCrash("Unexpected primitive type");
GrStencil.cpp 392 GrCrash("Unknown set op");
SkGrFontScaler.cpp 176 GrCrash("Unknown GrMaskFormat");
GrInOrderDrawBuffer.cpp 331 GrCrash("unknown geom src type");
349 GrCrash("unknown geom src type");
GrDrawTarget.h 709 GrCrash("Unexpected Index Source.");
    [all...]
GrResourceCache.cpp 20 GrCrash("Too many Resource Types");
  /external/skia/include/gpu/
GrConfig.h 285 inline void GrCrash() { GrAlwaysAssert(false); }
286 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
  /external/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 66 GrCrash("Unexpected key.");
114 GrCrash("Unexpected uniform type.");
211 GrCrash("Unexpected uniform type.");
GrGLShaderVar.h 306 GrCrash("Unknown shader var type.");
339 GrCrash("Unknown shader variable type modifier.");
357 GrCrash("Unexpected precision type.");
GrGLPath.cpp 65 GrCrash("Assumes scalar is float.");
GrGLSL.cpp 32 GrCrash("Unknown GL Binding");
59 GrCrash("Unknown GL version.");
GrGLCreateNullInterface.cpp 232 GrCrash("Unexpected pname to GetBufferParamateriv");
285 GrCrash("Unexpected pname to GetIntegerv");
310 GrCrash("Unexpected pname to GetProgramiv");
326 GrCrash("Unexpected pname passed to GetQueryObject.");
343 GrCrash("Unexpected pname passed GetQueryiv.");
372 GrCrash("Unexpected name to GetString");
380 GrCrash("Should never query texture parameters.");
GrGLCaps.cpp 366 GrCrash("Why are we seeing a stencil format that "
387 GrCrash("Why are we seeing a stencil format that "
GrGLProgram.cpp 117 GrCrash("Unexpected dual source blend output");
203 GrCrash("Unexpected xfer coeff.");
287 GrCrash("Unknown Edge Type!");
325 GrCrash("Unknown color type.");
696 GrCrash("Unexpected input coverage.");
    [all...]
GrGLShaderBuilder.cpp 345 GrCrash("Default precision now allowed.");
347 GrCrash("Unknown precision value.");
GrGpuGL_program.cpp 199 GrCrash("Unknown color type.");
252 GrCrash("Unknown coverage type.");
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 120 GrCrash("Unexpected target to glBufferData");
    [all...]
  /external/skia/src/gpu/effects/
GrConvolutionEffect.cpp 106 GrCrash("Unknown filter direction.");
GrConfigConversionEffect.cpp 62 GrCrash("Unknown conversion op.");
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 340 GrCrash("Unexpected type");
381 GrCrash("Unknown filter direction.");

Completed in 190 milliseconds

1 2