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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 61 GrContext* GaneshContext::getGrContext()
64 m_grContext = GrContext::Create(kOpenGL_Shaders_GrEngine, 0);
160 GrContext* grContext = getGrContext();
161 GrRenderTarget* renderTarget = grContext->createPlatformRenderTarget(renderTargetDesc);
163 m_tileDeviceSurface = new SkGpuDevice(grContext, renderTarget);
  /external/skia/tests/
GpuBitmapCopyTest.cpp 11 #include "GrContext.h"
120 static void TestGpuBitmapCopy(skiatest::Reporter* reporter, GrContext* grContext) {
124 if (NULL == grContext) {
139 SkGpuDevice* device = SkNEW_ARGS(SkGpuDevice, (grContext, gPairs[i].fConfig, W, H));
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.h 47 class GrContext;
143 GrContext* grContext();
174 GrContext* m_grContext;
SharedGraphicsContext3D.cpp 50 #include "GrContext.h"
469 GrContext* SharedGraphicsContext3D::grContext()
472 m_grContext = GrContext::CreateGLShaderContext();
  /external/skia/bench/
benchmain.cpp 13 #include "GrContext.h"
202 GrContext* grCtx;
207 grCtx = GrContext::Create(kOpenGL_GrBackend, ctx);
246 GrContext* grContext() {
251 SkAutoTUnref<GrContext> fGrContext;
279 device = new SkGpuDevice(glHelper->grContext(),
821 glHelper->grContext()->freeGpuResources();
838 glHelper->grContext()->flush();
874 glHelper->grContext()->flush()
    [all...]
  /external/skia/gm/
gmmain.cpp 55 class GrContext;
402 GrContext* context,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 55 #include "GrContext.h"
239 context->grContext()->flush(0);
741 GrContext* gr = context->grContext();

Completed in 198 milliseconds