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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 161 GrRenderTarget* renderTarget = grContext->createPlatformRenderTarget(renderTargetDesc);
  /external/skia/src/gpu/
GrGpu.h 132 GrRenderTarget* createPlatformRenderTarget(const GrPlatformRenderTargetDesc& desc);
GrGpu.cpp 213 GrRenderTarget* GrGpu::createPlatformRenderTarget(const GrPlatformRenderTargetDesc& desc) {
    [all...]
GrContext.cpp 540 GrRenderTarget* GrContext::createPlatformRenderTarget(const GrPlatformRenderTargetDesc& desc) {
541 return fGpu->createPlatformRenderTarget(desc);
    [all...]
  /external/skia/include/gpu/
GrContext.h 300 GrRenderTarget* createPlatformRenderTarget(
    [all...]
  /external/skia/bench/
benchmain.cpp 195 rt = grCtx->createPlatformRenderTarget(desc);
  /external/skia/samplecode/
SampleApp.cpp 252 fGrRenderTarget = fGrContext->createPlatformRenderTarget(desc);
262 fNullGrRenderTarget = fNullGrContext->createPlatformRenderTarget(desc);
    [all...]
  /external/skia/gm/
gmmain.cpp 796 rt.reset(gGrContext->createPlatformRenderTarget(rtDesc));

Completed in 140 milliseconds