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

1 2

  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 93 #define GrPrintf SkDebugf
158 GrPrintf("%s %s failed\n", GR_FILE_AND_LINE_STR, #COND); \
185 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
187 inline void GrDebugCrash(const char* msg) { GrPrintf(msg); SkASSERT(false); }
  /external/skia/include/gpu/
GrConfig.h 93 #define GrPrintf SkDebugf
158 GrPrintf("%s %s failed\n", GR_FILE_AND_LINE_STR, #COND); \
185 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
187 inline void GrDebugCrash(const char* msg) { GrPrintf(msg); SkASSERT(false); }
  /external/chromium_org/third_party/skia/src/gpu/
GrGpuFactory.cpp 33 GrPrintf("No GL interface provided!\n");
GrAARectRenderer.cpp 465 GrPrintf("Failed to get space for vertices!\n");
471 GrPrintf("Failed to create index buffer!\n");
628 GrPrintf("Failed to get space for vertices!\n");
678 GrPrintf("Failed to get space for vertices!\n");
810 GrPrintf("Failed to get space for vertices!\n");
815 GrPrintf("Failed to create index buffer!\n");
    [all...]
GrOvalRenderer.cpp 519 GrPrintf("Failed to get space for vertices!\n");
676 GrPrintf("Failed to get space for vertices!\n");
795 GrPrintf("Failed to get space for vertices!\n");
    [all...]
GrAtlas.cpp 154 GrPrintf("Num uploads: %d\n", g_UploadCount);
242 // GrPrintf(" GrPlot %p [%d %d] %d\n", this, alloc->fOffset.fX, alloc->fOffset.fY, gCounter);
259 // GrPrintf("~GrPlot %p [%d %d] %d\n", this, plot->fOffset.fX, plot->fOffset.fY, gCounter);
GrBitmapTextContext.cpp 80 GrPrintf("LCD Text will not draw correctly.\n");
GrDistanceFieldTextContext.cpp 78 GrPrintf("LCD Text will not draw correctly.\n");
SkGr.cpp 229 GrPrintf("---- failed to create texture for cache [%d %d]\n",
  /external/skia/src/gpu/
GrGpuFactory.cpp 33 GrPrintf("No GL interface provided!\n");
GrAARectRenderer.cpp 465 GrPrintf("Failed to get space for vertices!\n");
471 GrPrintf("Failed to create index buffer!\n");
628 GrPrintf("Failed to get space for vertices!\n");
678 GrPrintf("Failed to get space for vertices!\n");
810 GrPrintf("Failed to get space for vertices!\n");
815 GrPrintf("Failed to create index buffer!\n");
    [all...]
GrOvalRenderer.cpp 519 GrPrintf("Failed to get space for vertices!\n");
676 GrPrintf("Failed to get space for vertices!\n");
795 GrPrintf("Failed to get space for vertices!\n");
    [all...]
GrAtlas.cpp 154 GrPrintf("Num uploads: %d\n", g_UploadCount);
242 // GrPrintf(" GrPlot %p [%d %d] %d\n", this, alloc->fOffset.fX, alloc->fOffset.fY, gCounter);
259 // GrPrintf("~GrPlot %p [%d %d] %d\n", this, plot->fOffset.fX, plot->fOffset.fY, gCounter);
GrBitmapTextContext.cpp 80 GrPrintf("LCD Text will not draw correctly.\n");
GrDistanceFieldTextContext.cpp 78 GrPrintf("LCD Text will not draw correctly.\n");
SkGr.cpp 229 GrPrintf("---- failed to create texture for cache [%d %d]\n",
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.cpp 42 GrPrintf("---- glGetError 0x%x(%s)", err, get_error_string(err));
44 GrPrintf(" at\n\t%s", location);
47 GrPrintf("\n\t\t%s", call);
49 GrPrintf("\n");
GrGLExtensions.cpp 94 GrPrintf("%s%s", fStrings[i].c_str(), (i < cnt - 1) ? sep : "");
GrGLUtil.h 128 // internal macro to conditionally log the gl call using GrPrintf based on
134 GrPrintf(GR_FILE_AND_LINE_STR "GL: " #X "\n")
GrGLShaderBuilder.cpp 617 GrPrintf((char*)log.get());
670 GrPrintf(shaderSrc.c_str());
671 GrPrintf("\n%s", log.get());
679 GrPrintf(shaderSrc.c_str());
680 GrPrintf("\n");
    [all...]
  /external/skia/src/gpu/gl/
GrGLUtil.cpp 42 GrPrintf("---- glGetError 0x%x(%s)", err, get_error_string(err));
44 GrPrintf(" at\n\t%s", location);
47 GrPrintf("\n\t\t%s", call);
49 GrPrintf("\n");
GrGLExtensions.cpp 94 GrPrintf("%s%s", fStrings[i].c_str(), (i < cnt - 1) ? sep : "");
GrGLUtil.h 128 // internal macro to conditionally log the gl call using GrPrintf based on
134 GrPrintf(GR_FILE_AND_LINE_STR "GL: " #X "\n")
GrGLShaderBuilder.cpp 617 GrPrintf((char*)log.get());
670 GrPrintf(shaderSrc.c_str());
671 GrPrintf("\n%s", log.get());
679 GrPrintf(shaderSrc.c_str());
680 GrPrintf("\n");
    [all...]
  /external/skia/tests/
GLProgramsTest.cpp 148 GrPrintf("\nTest Program %d\n-------------\n", t);

Completed in 2567 milliseconds

1 2