HomeSort by relevance Sort by last modified time
    Searched refs:createPlatformSurface (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
GaneshContext.cpp 192 GrRenderTarget* renderTarget = (GrRenderTarget*) grContext->createPlatformSurface(surfaceDesc);
263 GrRenderTarget* renderTarget = (GrRenderTarget*) grContext->createPlatformSurface(surfaceDesc);
  /external/skia/gpu/include/
GrContext.h 199 GrResource* createPlatformSurface(const GrPlatformSurfaceDesc& desc);
208 * to also use the render target as a GrTexture use createPlatformSurface.
GrGpu.h 128 GrResource* createPlatformSurface(const GrPlatformSurfaceDesc& desc);
  /external/skia/gpu/src/
GrGpu.cpp 150 GrResource* GrGpu::createPlatformSurface(const GrPlatformSurfaceDesc& desc) {
GrContext.cpp 370 GrResource* GrContext::createPlatformSurface(const GrPlatformSurfaceDesc& desc) {
385 return fGpu->createPlatformSurface(desc);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 747 GrTexture* drawBufTex = static_cast<GrTexture*>(gr->createPlatformSurface(drawBufDesc));

Completed in 289 milliseconds