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

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_provider_impl.cc 22 GrContext* WebGraphicsContext3DProviderImpl::grContext() {
23 return provider_->GrContext();
  /external/skia/tests/
GpuDrawPathTest.cpp 11 #include "GrContext.h"
52 GrContext* grContext = factory->get(glType);
53 if (NULL == grContext) {
68 SkAutoTUnref<GrTexture> texture(grContext->createUncachedTexture(desc, NULL, 0));
69 SkAutoTUnref<SkGpuDevice> device(SkNEW_ARGS(SkGpuDevice, (grContext, texture.get())));
GpuBitmapCopyTest.cpp 11 #include "GrContext.h"
111 GrContext* grContext = factory->get(glType);
112 if (NULL == grContext) {
117 if (NULL == grContext) {
131 SkGpuDevice* device = SkNEW_ARGS(SkGpuDevice, (grContext, gPairs[i].fConfig, W, H));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 51 GrContext* grContext = 0;
55 grContext = provider->grContext();
58 if (webContext && grContext) {
60 GrContext* oldGrContext = m_context ? m_context->grContext() : 0;
61 if (webContext != oldWebContext || grContext != oldGrContext)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 41 #include "third_party/skia/include/gpu/GrContext.h"
57 // The limit of the number of textures we hold in the GrContext's bitmap->texture cache.
59 // The limit of the bytes allocated toward textures in the GrContext's bitmap->texture cache.
104 , m_grContext(m_provider->grContext())
310 GrMemoryAllocationChangedCallbackAdapter(GrContext* context)
328 GrContext* m_context;
338 GrContext* GraphicsContext3D::grContext()
352 m_ownedGrContext.reset(GrContext::Create(kOpenGL_GrBackend, reinterpret_cast<GrBackendContext>(interface.get())));
    [all...]

Completed in 46 milliseconds