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

  /external/skia/src/gpu/glsl/
GrGLSLProgramBuilder.cpp 374 GrCapsDebugf(this->caps(), "Program would use too many vertex samplers\n");
378 GrCapsDebugf(this->caps(), "Program would use too many geometry samplers\n");
382 GrCapsDebugf(this->caps(), "Program would use too many fragment samplers\n");
388 GrCapsDebugf(this->caps(), "Program would use too many combined samplers\n");
397 GrCapsDebugf(this->caps(), "Program would use too many vertex images\n");
401 GrCapsDebugf(this->caps(), "Program would use too many geometry images\n");
405 GrCapsDebugf(this->caps(), "Program would use too many fragment images\n");
412 GrCapsDebugf(this->caps(), "Program would use too many combined images\n");
  /external/skia/src/gpu/gl/
GrGLGpuProgramCache.cpp 78 GrCapsDebugf(gpu->caps(), "Failed to gl program descriptor!\n");
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/vk/
GrVkPipelineStateCache.cpp 97 GrCapsDebugf(fGpu->caps(), "Failed to build vk program descriptor!\n");
  /external/skia/include/private/
GrTypesPriv.h 588 #define GrCapsDebugf(caps, ...) \
593 #define GrCapsDebugf(caps, ...)
  /external/skia/src/gpu/
GrProcessorSet.cpp 174 GrCapsDebugf(&caps, "Coverage FP is not compatible with coverage as alpha.\n");
GrRenderTargetContext.cpp     [all...]

Completed in 557 milliseconds