Home
last modified time | relevance | path

Searched refs:GrPlatformSurfaceDesc (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.h47 struct GrPlatformSurfaceDesc;
108 void getGrPlatformSurfaceDesc(GrPlatformSurfaceDesc*);
/external/webkit/Source/WebCore/platform/graphics/android/
DGaneshContext.cpp182 GrPlatformSurfaceDesc surfaceDesc; in getDeviceForBaseTileSurface()
253 GrPlatformSurfaceDesc surfaceDesc; in getDeviceForBaseTileFBO()
/external/skia/gpu/include/
DGrTypes.h529 struct GrPlatformSurfaceDesc { struct
565 void reset() { memset(this, 0, sizeof(GrPlatformSurfaceDesc)); } in reset() argument
DGrGpu.h128 GrResource* createPlatformSurface(const GrPlatformSurfaceDesc& desc);
440 virtual GrResource* onCreatePlatformSurface(const GrPlatformSurfaceDesc& desc) = 0;
DGrContext.h199 GrResource* createPlatformSurface(const GrPlatformSurfaceDesc& desc);
/external/skia/gpu/src/
DGrGpuGL.h83 virtual GrResource* onCreatePlatformSurface(const GrPlatformSurfaceDesc& desc);
DGrGpu.cpp150 GrResource* GrGpu::createPlatformSurface(const GrPlatformSurfaceDesc& desc) { in createPlatformSurface()
DGrContext.cpp370 GrResource* GrContext::createPlatformSurface(const GrPlatformSurfaceDesc& desc) { in createPlatformSurface()
DGrGpuGL.cpp569 GrResource* GrGpuGL::onCreatePlatformSurface(const GrPlatformSurfaceDesc& desc) { in onCreatePlatformSurface()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DDrawingBufferChromium.cpp177 void DrawingBuffer::getGrPlatformSurfaceDesc(GrPlatformSurfaceDesc* desc) in getGrPlatformSurfaceDesc()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp745 GrPlatformSurfaceDesc drawBufDesc; in setSharedGraphicsContext3D()