/external/javassist/src/main/javassist/util/proxy/ |
D | RuntimeSupport.java | 204 makeDesc(sbuf, params[i]); in makeDescriptor() 208 makeDesc(sbuf, retType); in makeDescriptor() 221 makeDesc(sbuf, retType); in makeDescriptor() 225 private static void makeDesc(StringBuffer sbuf, Class<?> type) { in makeDesc() method in RuntimeSupport 228 makeDesc(sbuf, type.getComponentType()); in makeDesc()
|
/external/skia/src/gpu/dawn/ |
D | GrDawnCaps.h | 51 GrProgramDesc makeDesc(GrRenderTarget*,
|
D | GrDawnCaps.cpp | 167 GrProgramDesc GrDawnCaps::makeDesc(GrRenderTarget* rt, in makeDesc() function in GrDawnCaps
|
D | GrDawnGpu.cpp | 847 GrProgramDesc desc = this->caps()->makeDesc(rt, programInfo); in getOrCreateRenderPipeline()
|
/external/skia/src/gpu/ |
D | GrDDLContext.cpp | 51 GrProgramDesc desc = caps->makeDesc(nullptr, *programInfo); in recordProgramInfo()
|
D | GrCaps.h | 465 virtual GrProgramDesc makeDesc(
|
/external/skia/src/gpu/vk/ |
D | GrVkPipelineStateCache.cpp | 90 GrProgramDesc desc = fGpu->caps()->makeDesc(renderTarget, programInfo, flags); in findOrCreatePipelineState()
|
D | GrVkCaps.h | 246 GrProgramDesc makeDesc(GrRenderTarget*,
|
D | GrVkCaps.cpp | 1790 GrProgramDesc GrVkCaps::makeDesc(GrRenderTarget* rt, in makeDesc() function in GrVkCaps
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 55 GrProgramDesc desc = caps->makeDesc(/*renderTarget*/nullptr, programInfo); in findOrCreateProgram()
|
D | GrGLCaps.h | 447 GrProgramDesc makeDesc(GrRenderTarget*,
|
D | GrGLCaps.cpp | 4510 GrProgramDesc GrGLCaps::makeDesc(GrRenderTarget* /* rt */, in makeDesc() function in GrGLCaps
|
/external/skia/src/gpu/mock/ |
D | GrMockCaps.cpp | 12 GrProgramDesc GrMockCaps::makeDesc(GrRenderTarget* /* rt */, in makeDesc() function in GrMockCaps
|
D | GrMockCaps.h | 153 GrProgramDesc makeDesc(GrRenderTarget*,
|
/external/skia/src/gpu/d3d/ |
D | GrD3DCaps.h | 102 GrProgramDesc makeDesc(GrRenderTarget*,
|
D | GrD3DResourceProvider.cpp | 341 GrProgramDesc desc = caps->makeDesc(renderTarget, programInfo); in refPipelineState()
|
D | GrD3DCaps.cpp | 1044 GrProgramDesc GrD3DCaps::makeDesc(GrRenderTarget* rt, in makeDesc() function in GrD3DCaps
|
/external/skia/src/gpu/mtl/ |
D | GrMtlCaps.h | 94 GrProgramDesc makeDesc(GrRenderTarget*,
|
D | GrMtlOpsRenderPass.mm | 75 GrProgramDesc programDesc = caps.makeDesc(fRenderTarget, programInfo,
|
D | GrMtlCaps.mm | 1096 GrProgramDesc GrMtlCaps::makeDesc(GrRenderTarget* rt, function
|