Lines Matching defs:gpu
8 #include "src/gpu/gl/GrGLTextureRenderTarget.h"
11 #include "include/gpu/GrDirectContext.h"
12 #include "src/gpu/GrDirectContextPriv.h"
13 #include "src/gpu/GrTexture.h"
14 #include "src/gpu/gl/GrGLGpu.h"
16 GrGLTextureRenderTarget::GrGLTextureRenderTarget(GrGLGpu* gpu,
22 : GrSurface(gpu, texDesc.fSize, GrProtected::kNo)
23 , GrGLTexture(gpu, texDesc, nullptr, mipmapStatus)
24 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, sampleCount, rtIDs) {
28 GrGLTextureRenderTarget::GrGLTextureRenderTarget(GrGLGpu* gpu,
35 : GrSurface(gpu, texDesc.fSize, GrProtected::kNo)
36 , GrGLTexture(gpu, texDesc, std::move(parameters), mipmapStatus)
37 , GrGLRenderTarget(gpu, texDesc.fSize, texDesc.fFormat, sampleCount,
64 GrGLGpu* gpu,
72 gpu, sampleCount, texDesc, std::move(parameters), rtIDs, cacheable, mipmapStatus));