Lines Matching defs:gpu

10 #include "include/gpu/mock/GrMockTypes.h"
11 #include "src/gpu/GrAttachment.h"
12 #include "src/gpu/GrRenderTarget.h"
13 #include "src/gpu/GrTexture.h"
14 #include "src/gpu/mock/GrMockGpu.h"
18 GrMockTexture(GrMockGpu* gpu,
24 : GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, info) {
28 GrMockTexture(GrMockGpu* gpu,
35 : GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, info) {
56 GrMockTexture(GrMockGpu* gpu, const SkISize& dimensions, GrProtected isProtected,
58 : GrSurface(gpu, dimensions, isProtected)
59 , INHERITED(gpu, dimensions, isProtected, GrTextureType::k2D, mipmapStatus)
82 GrMockRenderTarget(GrMockGpu* gpu,
88 : GrSurface(gpu, dimensions, isProtected)
89 , INHERITED(gpu, dimensions, sampleCnt, isProtected)
95 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, SkISize dimensions, int sampleCnt,
97 : GrSurface(gpu, dimensions, isProtected)
98 , INHERITED(gpu, dimensions, sampleCnt, isProtected)
137 GrMockRenderTarget(GrMockGpu* gpu,
142 : GrSurface(gpu, dimensions, isProtected)
143 , INHERITED(gpu, dimensions, sampleCnt, isProtected)
155 GrMockTextureRenderTarget(GrMockGpu* gpu,
163 : GrSurface(gpu, dimensions, isProtected)
164 , GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, texInfo)
165 , GrMockRenderTarget(gpu, dimensions, sampleCnt, isProtected, rtInfo) {
170 GrMockTextureRenderTarget(GrMockGpu* gpu,
178 : GrSurface(gpu, dimensions, isProtected)
179 , GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, texInfo)
180 , GrMockRenderTarget(gpu, dimensions, sampleCnt, isProtected, rtInfo) {