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

  /external/skia/src/gpu/gl/
GrGLUtil.cpp 22 GrPrintf("---- glGetError %x", err);
24 GrPrintf(" at\n\t%s", location);
27 GrPrintf("\n\t\t%s", call);
29 GrPrintf("\n");
GrGLCaps.cpp 262 GrPrintf("Stencil Format %d, stencil bits: %02d, total bits: %02d\n",
278 GrPrintf("MSAA Type: %s\n", gMSFBOExtStr[fMSFBOType]);
279 GrPrintf("Max FS Uniform Vectors: %d\n", fMaxFragmentUniformVectors);
280 GrPrintf("Support RGBA8 Render Buffer: %s\n",
282 GrPrintf("BGRA is an internal format: %s\n",
284 GrPrintf("Support texture swizzle: %s\n",
286 GrPrintf("Unpack Row length support: %s\n",
288 GrPrintf("Unpack Flip Y support: %s\n",
290 GrPrintf("Pack Row length support: %s\n",
292 GrPrintf("Pack Flip Y support: %s\n"
    [all...]
GrGpuGL.cpp 197 GrPrintf("------------------------- create GrGpuGL %p --------------\n",
199 GrPrintf("------ VENDOR %s\n", vendor);
200 GrPrintf("------ RENDERER %s\n", renderer);
201 GrPrintf("------ VERSION %s\n", version);
202 GrPrintf("------ EXTENSIONS\n %s \n", ext);
    [all...]
GrGLProgram.cpp     [all...]
GrGpuGLShaders.cpp 190 GrPrintf("\nTest Program %d\n-------------\n", t);
    [all...]
  /external/skia/include/gpu/
GrInstanceCounter.h 20 GrPrintf("+ %s %d\n", T::InstanceCounterClassName(), gCounter);
25 GrPrintf("- %s %d\n", T::InstanceCounterClassName(), gCounter);
GrConfig.h 185 extern GR_API void GrPrintf(const char format[], ...);
250 GrPrintf("%s %s failed\n", GR_FILE_AND_LINE_STR, #COND); \
277 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
  /external/skia/src/gpu/
GrPrintf_printf.cpp 16 void GrPrintf(const char format[], ...) {
GrPrintf_skia.cpp 18 void GrPrintf(const char format[], ...) {
GrGpuFactory.cpp 38 GrPrintf("No GL interface provided!\n");
GrDrawTarget.cpp 56 GrPrintf("const GrVertexLayout gStageTexCoordMasks[] = {\n");
58 GrPrintf(" 0x%x,\n", stageTexCoordMasks[s]);
60 GrPrintf("};\n");
61 GrPrintf("GR_STATIC_ASSERT(GrDrawState::kNumStages == GR_ARRAY_COUNT(gStageTexCoordMasks));\n\n");
62 GrPrintf("const GrVertexLayout gStageMasks[] = {\n");
64 GrPrintf(" 0x%x,\n", stageMasks[s]);
66 GrPrintf("};\n");
67 GrPrintf("GR_STATIC_ASSERT(GrDrawState::kNumStages == GR_ARRAY_COUNT(gStageMasks));\n\n");
68 GrPrintf("const GrVertexLayout gTexCoordMasks[] = {\n");
70 GrPrintf(" 0x%x,\n", texCoordMasks[t])
    [all...]
GrDrawState.h 281 GrPrintf("Unexpected dst blend coeff. Won't work correctly with"
292 GrPrintf("Unexpected src blend coeff. Won't work correctly with"
GrResourceCache.cpp 198 GrPrintf("--- add resource to cache %p, count=%d bytes= %d %d\n",
278 GrPrintf("--- ~resource from cache %p [%d %d]\n",
GrContext.cpp 309 GrPrintf("GrContext::createAndLockTexture [%d %d]\n", desc.fWidth, desc.fHeight);
606 GrPrintf("Could not invert matrix");
613 GrPrintf("Could not invert matrix");
761 GrPrintf("Failed to get space for vertices!\n");
766 GrPrintf("Failed to create index buffer!\n");
828 GrPrintf("Failed to get space for vertices!\n");
833 GrPrintf("Failed to create index buffer!\n");
902 //GrPrintf("Turning off AA to correctly apply blend.\n");
    [all...]
GrDefaultPathRenderer.cpp 205 GrPrintf("Path not rendered, too many verts (%d)\n", maxPts);
489 GrPrintf("Could not invert matrix.");
GrTextContext.cpp 48 GrPrintf("LCD Text will not draw correctly.\n");
GrGpu.cpp 138 GrPrintf("--- GrGpu unimplemented(\"%s\")\n", msg);
    [all...]
GrInOrderDrawBuffer.cpp 92 GrPrintf("Failed to get space for vertices!\n");
SkGpuDevice.cpp 240 GrPrintf("--- failed to create gpu-offscreen [%d %d]\n",
    [all...]
  /external/skia/include/gpu/gl/
GrGLConfig.h 34 * GR_GL_LOG_CALLS: if 1 Gr can print every GL call using GrPrintf. Defaults to
231 GrPrintf(GR_FILE_AND_LINE_STR "GL: " #X "\n")

Completed in 2745 milliseconds