Home
last modified time | relevance | path

Searched refs:GrCapsDebugf (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLGpuProgramCache.cpp85 GrCapsDebugf(gpu->caps(), "Failed to gl program descriptor!\n"); in refProgram()
DGrGLGpu.cpp1990 GrCapsDebugf(this->caps(), "Failed to create program!\n"); in flushGLState()
/external/skia/src/gpu/vk/
DGrVkPipelineStateCache.cpp88 GrCapsDebugf(fGpu->caps(), "Failed to build vk program descriptor!\n"); in findOrCreatePipelineState()
/external/skqp/src/gpu/vk/
DGrVkPipelineStateCache.cpp100 GrCapsDebugf(fGpu->caps(), "Failed to build vk program descriptor!\n"); in refPipelineState()
/external/skia/src/gpu/gl/
DGrGLGpuProgramCache.cpp54 GrCapsDebugf(&caps, "Failed to gl program descriptor!\n"); in findOrCreateProgram()
DGrGLGpu.cpp1834 GrCapsDebugf(this->caps(), "Failed to create program!\n"); in flushGLState()
/external/skqp/include/private/
DGrTypesPriv.h894 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__) macro
896 #define GrCapsDebugf(caps, ...) do {} while (0)
/external/skia/include/private/
DGrTypesPriv.h715 #define GrCapsDebugf(caps, ...) if (!(caps)->suppressPrints()) SkDebugf(__VA_ARGS__) macro
717 #define GrCapsDebugf(caps, ...) do {} while (0) macro
/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp290 GrCapsDebugf(this->caps(), "Program would use too many fragment samplers\n"); in checkSamplerCounts()
/external/skqp/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp301 GrCapsDebugf(this->caps(), "Program would use too many fragment samplers\n"); in checkSamplerCounts()
/external/skia/src/gpu/mtl/
DGrMtlResourceProvider.mm146 GrCapsDebugf(fGpu->caps(), "Failed to build mtl program descriptor!\n");
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp2031 GrCapsDebugf(this->caps(), "setupDstTexture: Missed an early reject bailing on draw."); in setupDstProxy()
/external/skia/src/gpu/
DGrRenderTargetContext.cpp2571 GrCapsDebugf(this->caps(), "setupDstTexture: Missed an early reject bailing on draw."); in setupDstProxyView()