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

  /external/skia/src/gpu/
GrGpuFactory.cpp 33 GrPrintf("No GL interface provided!\n");
GrDrawTarget.cpp 696 GrPrintf("Failed to get space for vertices!\n");
829 GrPrintf("8 Bit Palette Support : %s\n", gNY[fInternals.f8BitPaletteSupport]);
830 GrPrintf("NPOT Texture Tile Support : %s\n", gNY[fInternals.fNPOTTextureTileSupport]);
831 GrPrintf("Two Sided Stencil Support : %s\n", gNY[fInternals.fTwoSidedStencilSupport]);
832 GrPrintf("Stencil Wrap Ops Support : %s\n", gNY[fInternals.fStencilWrapOpsSupport]);
833 GrPrintf("HW AA Lines Support : %s\n", gNY[fInternals.fHWAALineSupport]);
834 GrPrintf("Shader Derivative Support : %s\n", gNY[fInternals.fShaderDerivativeSupport]);
835 GrPrintf("Geometry Shader Support : %s\n", gNY[fInternals.fGeometryShaderSupport]);
836 GrPrintf("FSAA Support : %s\n", gNY[fInternals.fFSAASupport]);
837 GrPrintf("Dual Source Blending Support: %s\n", gNY[fInternals.fDualSourceBlendingSupport])
    [all...]
GrAARectRenderer.cpp 134 GrPrintf("Failed to get space for vertices!\n");
140 GrPrintf("Failed to create index buffer!\n");
203 GrPrintf("Failed to get space for vertices!\n");
208 GrPrintf("Failed to create index buffer!\n");
GrDrawState.cpp 91 GrPrintf("const GrVertexLayout gStageTexCoordMasks[] = {\n");
93 GrPrintf(" 0x%x,\n", stageTexCoordMasks[s]);
95 GrPrintf("};\n");
96 GrPrintf("GR_STATIC_ASSERT(GrDrawState::kNumStages == GR_ARRAY_COUNT(gStageTexCoordMasks));\n\n");
97 GrPrintf("const GrVertexLayout gTexCoordMasks[] = {\n");
99 GrPrintf(" 0x%x,\n", texCoordMasks[t]);
101 GrPrintf("};\n");
102 GrPrintf("GR_STATIC_ASSERT(GrDrawState::kMaxTexCoords == GR_ARRAY_COUNT(gTexCoordMasks));\n");
GrResourceCache.cpp 218 GrPrintf("--- add resource to cache %p, count=%d bytes= %d %d\n",
320 GrPrintf("--- ~resource from cache %p [%d %d]\n",
GrContext.cpp 354 GrPrintf("GrContext::createTexture[%d %d]\n", desc.fWidth, desc.fHeight);
577 GrPrintf("Could not invert matrix\n");
583 GrPrintf("Could not invert matrix\n");
653 //GrPrintf("Turning off AA to correctly apply blend.\n");
744 GrPrintf("Failed to get space for vertices!\n");
778 GrPrintf("Failed to create static rect vb.\n");
844 GrPrintf("Failed to create static rect vb.\n");
887 GrPrintf("Failed to get space for vertices!\n");
    [all...]
GrTextContext.cpp 42 GrPrintf("LCD Text will not draw correctly.\n");
SkGr.cpp 192 GrPrintf("---- failed to create texture for cache [%d %d]\n",
GrDrawState.h 635 GrPrintf("Unexpected dst blend coeff. Won't work correctly with"
646 GrPrintf("Unexpected src blend coeff. Won't work correctly with"
    [all...]
GrDefaultPathRenderer.cpp 210 GrPrintf("Path not rendered, too many verts (%d)\n", maxPts);
GrGpu.cpp 115 GrPrintf("--- GrGpu unimplemented(\"%s\")\n", msg);
GrInOrderDrawBuffer.cpp 112 GrPrintf("Failed to get space for vertices!\n");
SkGpuDevice.cpp 245 GrPrintf("--- failed to create gpu-offscreen [%d %d]\n",
    [all...]
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 394 GrPrintf("Stencil Format %d, stencil bits: %02d, total bits: %02d\n",
410 GrPrintf("MSAA Type: %s\n", gMSFBOExtStr[fMSFBOType]);
411 GrPrintf("Max FS Uniform Vectors: %d\n", fMaxFragmentUniformVectors);
412 GrPrintf("Support RGBA8 Render Buffer: %s\n",
414 GrPrintf("BGRA is an internal format: %s\n",
416 GrPrintf("Support texture swizzle: %s\n",
418 GrPrintf("Unpack Row length support: %s\n",
420 GrPrintf("Unpack Flip Y support: %s\n",
422 GrPrintf("Pack Row length support: %s\n",
424 GrPrintf("Pack Flip Y support: %s\n"
    [all...]
GrGLUtil.cpp 41 GrPrintf("---- glGetError 0x%x(%s)", err, get_error_string(err));
43 GrPrintf(" at\n\t%s", location);
46 GrPrintf("\n\t\t%s", call);
48 GrPrintf("\n");
GrGLProgram.cpp 406 GrPrintf(strings[i]);
408 GrPrintf("%.*s", stringLengths[i], strings[i]);
445 GrPrintf("\n%s", log.get());
470 GrPrintf(shader.c_str());
471 GrPrintf("\n");
481 GrPrintf(shader.c_str());
482 GrPrintf("\n");
493 GrPrintf(shader.c_str());
494 GrPrintf("\n");
    [all...]
GrGLUtil.h 108 // internal macro to conditionally log the gl call using GrPrintf based on
114 GrPrintf(GR_FILE_AND_LINE_STR "GL: " #X "\n")
GrGpuGL.cpp 169 GrPrintf("------------------------- create GrGpuGL %p --------------\n",
171 GrPrintf("------ VENDOR %s\n", vendor);
172 GrPrintf("------ RENDERER %s\n", renderer);
173 GrPrintf("------ VERSION %s\n", version);
174 GrPrintf("------ EXTENSIONS\n %s \n", ext);
    [all...]
  /external/skia/include/gpu/
GrConfig.h 194 #define GrPrintf SkDebugf
259 GrPrintf("%s %s failed\n", GR_FILE_AND_LINE_STR, #COND); \
286 inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
  /external/skia/tests/
GLProgramsTest.cpp 64 GrPrintf("\nTest Program %d\n-------------\n", t);

Completed in 1949 milliseconds