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

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

Completed in 108 milliseconds