Searched refs:GrPlatformSurfaceDesc (Results 1 – 11 of 11) sorted by relevance
47 struct GrPlatformSurfaceDesc;108 void getGrPlatformSurfaceDesc(GrPlatformSurfaceDesc*);
182 GrPlatformSurfaceDesc surfaceDesc; in getDeviceForBaseTileSurface()253 GrPlatformSurfaceDesc surfaceDesc; in getDeviceForBaseTileFBO()
529 struct GrPlatformSurfaceDesc { struct565 void reset() { memset(this, 0, sizeof(GrPlatformSurfaceDesc)); } in reset() argument
128 GrResource* createPlatformSurface(const GrPlatformSurfaceDesc& desc);440 virtual GrResource* onCreatePlatformSurface(const GrPlatformSurfaceDesc& desc) = 0;
199 GrResource* createPlatformSurface(const GrPlatformSurfaceDesc& desc);
83 virtual GrResource* onCreatePlatformSurface(const GrPlatformSurfaceDesc& desc);
150 GrResource* GrGpu::createPlatformSurface(const GrPlatformSurfaceDesc& desc) { in createPlatformSurface()
370 GrResource* GrContext::createPlatformSurface(const GrPlatformSurfaceDesc& desc) { in createPlatformSurface()
569 GrResource* GrGpuGL::onCreatePlatformSurface(const GrPlatformSurfaceDesc& desc) { in onCreatePlatformSurface()
177 void DrawingBuffer::getGrPlatformSurfaceDesc(GrPlatformSurfaceDesc* desc) in getGrPlatformSurfaceDesc()
745 GrPlatformSurfaceDesc drawBufDesc; in setSharedGraphicsContext3D()