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

  /external/chromium_org/third_party/skia/src/gpu/
GrGpuFactory.cpp 17 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) {
23 glInterface = reinterpret_cast<const GrGLInterface*>(backendContext);
GrContext.cpp 88 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext,
97 if (context->init(backend, backendContext)) {
124 bool GrContext::init(GrBackend backend, GrBackendContext backendContext) {
127 fGpu = GrGpu::Create(backend, backendContext, this);
    [all...]
  /external/skia/src/gpu/
GrGpuFactory.cpp 17 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) {
23 glInterface = reinterpret_cast<const GrGLInterface*>(backendContext);
GrContext.cpp 85 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) {
87 if (context->init(backend, backendContext)) {
114 bool GrContext::init(GrBackend backend, GrBackendContext backendContext) {
117 fGpu = GrGpu::Create(backend, backendContext, this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseManager.cpp 167 DatabaseContext* backendContext = databaseContextFor(context)->backend();
168 if (DatabaseTracker::tracker().canEstablishDatabase(backendContext, name, displayName, estimatedSize, error)) {
169 RefPtrWillBeRawPtr<Database> backend = adoptRefWillBeNoop(new Database(backendContext, name, expectedVersion, displayName, estimatedSize));

Completed in 149 milliseconds