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

1 2 3 4

  /external/chromium_org/third_party/skia/src/gpu/
GrCacheID.cpp 30 GrCrash("Too many Cache Domains");
GrPaint.cpp 107 GrCrash("srcCoeff should not refer to src or dst.");
GrTextureAccess.cpp 103 GrCrash("Unexpected swizzle string character.");
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexEffect.h 45 GrCrash("GrGLVertexEffect requires GrGLFullShaderBuilder* overload for emitCode().");
GrGLSL.cpp 31 GrCrash("Unknown GL Binding");
61 GrCrash("Unknown GL version.");
GrGLNoOpInterface.cpp 524 GrCrash("Unexpected pname to GetIntegerv");
553 GrCrash("Unexpected pname to GetProgramiv");
569 GrCrash("Unexpected pname passed to GetQueryObject.");
586 GrCrash("Unexpected pname passed GetQueryiv.");
627 GrCrash("Unexpected name passed to GetString");
641 GrCrash("Unexpected name passed to GetStringi");
652 GrCrash("Should never query texture parameters.");
GrGLProgram.cpp 92 GrCrash("Unexpected coverage output");
283 GrCrash("Unknown color type.");
322 GrCrash("Unknown coverage type.");
GrGLShaderVar.h 318 GrCrash("Unexpected precision type.");
344 GrCrash("Unknown shader variable type modifier.");
GrGLPath.cpp 91 GrCrash("Assumes scalar is float.");
GrGLProgramEffects.cpp 344 GrCrash("Unexpected key.");
396 GrCrash("Unexpected uniform type.");
449 GrCrash("Unexpected uniform type.");
567 GrCrash("Unexpected matrixs type.");
  /external/skia/src/gpu/
GrCacheID.cpp 30 GrCrash("Too many Cache Domains");
GrPaint.cpp 107 GrCrash("srcCoeff should not refer to src or dst.");
GrTextureAccess.cpp 103 GrCrash("Unexpected swizzle string character.");
  /external/skia/src/gpu/gl/
GrGLVertexEffect.h 45 GrCrash("GrGLVertexEffect requires GrGLFullShaderBuilder* overload for emitCode().");
GrGLSL.cpp 31 GrCrash("Unknown GL Binding");
61 GrCrash("Unknown GL version.");
GrGLNoOpInterface.cpp 524 GrCrash("Unexpected pname to GetIntegerv");
553 GrCrash("Unexpected pname to GetProgramiv");
569 GrCrash("Unexpected pname passed to GetQueryObject.");
586 GrCrash("Unexpected pname passed GetQueryiv.");
627 GrCrash("Unexpected name passed to GetString");
641 GrCrash("Unexpected name passed to GetStringi");
652 GrCrash("Should never query texture parameters.");
GrGLProgram.cpp 92 GrCrash("Unexpected coverage output");
283 GrCrash("Unknown color type.");
322 GrCrash("Unknown coverage type.");
GrGLShaderVar.h 318 GrCrash("Unexpected precision type.");
344 GrCrash("Unknown shader variable type modifier.");
  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 184 inline void GrCrash() { GrAlwaysAssert(false); }
185 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
GrColor.h 99 GrCrash("Invalid color component flag.");
GrContextFactory.h 79 GrCrash("Unknown GL Context type.");
  /external/skia/include/gpu/
GrConfig.h 184 inline void GrCrash() { GrAlwaysAssert(false); }
185 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
GrColor.h 99 GrCrash("Invalid color component flag.");
GrContextFactory.h 79 GrCrash("Unknown GL Context type.");
  /external/skia/bench/
GrResourceCacheBench.cpp 119 GrCrash("cache add does not work as expected");
123 GrCrash("cache add does not work as expected");
133 GrCrash("cache add does not work as expected");
137 GrCrash("cache add does not work as expected");
150 GrCrash("cache add does not work as expected");
161 GrCrash("cache add does not work as expected");

Completed in 54 milliseconds

1 2 3 4