HomeSort by relevance Sort by last modified time
    Searched defs:fContext (Results 1 - 25 of 39) sorted by null

1 2

  /external/skia/src/gpu/
GrSoftwarePathRenderer.h 23 : fContext(context) {
35 GrContext* fContext;
GrTest.h 35 GrResourceProvider* resourceProvider() { return fContext->resourceProvider(); }
38 SkAutoTUnref<GrContext> fContext;
GrDrawingManager.h 40 GrContext* getContext() { return fContext; }
52 : fContext(context)
72 GrContext* fContext;
GrSWMaskHelper.h 45 : fContext(context)
106 GrContext* fContext;
GrTextureParamsAdjuster.h 182 , fContext(context) {}
202 GrContext* context() const { return fContext; }
205 GrContext* fContext;
SkGpuDevice.h 68 GrContext* context() const { return fContext; }
160 SkAutoTUnref<GrContext> fContext;
  /external/skia/include/gpu/gl/angle/
SkANGLEGLContext.h 53 void* fContext;
  /external/skia/src/gpu/gl/mesa/
SkMesaGLContext.h 39 Context fContext;
  /external/skia/bench/
GrResourceCacheBench.cpp 119 fContext.reset(GrContext::CreateMockContext());
120 if (!fContext) {
124 fContext->setResourceCacheLimits(CACHE_SIZE_COUNT, 1 << 30);
126 GrResourceCache* cache = fContext->getResourceCache();
132 GrGpu* gpu = fContext->getGpu();
138 if (!fContext) {
141 GrResourceCache* cache = fContext->getResourceCache();
154 SkAutoTUnref<GrContext> fContext;
  /external/skia/example/
HelloWorld.h 64 GrContext* fContext;
  /external/skia/experimental/SkV8Example/
Global.h 43 return v8::Local<v8::Context>::New(fIsolate, fContext);
72 v8::Persistent<v8::Context> fContext;
  /external/skia/experimental/iOSSampleApp/
SkSampleUIView.h 20 EAGLContext* fContext;
  /external/skia/include/gpu/gl/command_buffer/
SkCommandBufferGLContext.h 67 void* fContext;
  /external/skia/include/views/
SkOSWindow_Android.h 18 EGLContext fContext;
SkOSWindow_Win.h 102 EGLContext fContext;
  /external/skia/src/gpu/gl/mac/
SkCreatePlatformGLContext_mac.cpp 30 CGLContextObj fContext;
35 : fContext(nullptr)
54 CGLCreateContext(pixFormat, nullptr, &fContext);
57 if (nullptr == fContext) {
62 CGLSetCurrentContext(fContext);
89 if (fContext) {
90 CGLReleaseContext(fContext);
91 fContext = nullptr;
99 CGLSetCurrentContext(fContext);
103 CGLFlushDrawable(fContext);
    [all...]
  /external/skia/tools/VisualBench/
VisualBench.h 57 SkAutoTUnref<GrContext> fContext;
  /external/skia/include/gpu/
GrDrawContext.h 303 GrContext* fContext;
GrProcessorUnitTest.h 49 , fContext(context)
56 GrContext* fContext;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 69 * @see #fContext
87 protected int[] fContext = new int[8];
114 fContext[fCurrentContext] = fNamespaceSize;
133 if (fCurrentContext + 1 == fContext.length) {
134 int[] contextarray = new int[fContext.length * 2];
135 System.arraycopy(fContext, 0, contextarray, 0, fContext.length);
136 fContext = contextarray;
140 fContext[++fCurrentContext] = fNamespaceSize;
149 fNamespaceSize = fContext[fCurrentContext--];
    [all...]
  /external/icu/icu4c/source/i18n/
digitlst.h 464 decContext fContext; // public access to status flags.
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 29 GrContext* fContext;
73 GrContext* getContext() const { return fDesc.fContext; }
  /external/skia/src/gpu/gl/glx/
SkCreatePlatformGLContext_glx.cpp 59 GLXContext fContext;
66 : fContext(nullptr)
72 GLXContext glxShareContext = shareContext ? shareContext->fContext : nullptr;
176 fContext = glXCreateNewContext(fDisplay, bestFbc, GLX_RGBA_TYPE, 0, True);
193 fContext = glXCreateContextAttribsARB(fDisplay, bestFbc, glxShareContext, True,
214 fContext =
221 if (!ctxErrorOccurred && fContext) {
233 if (ctxErrorOccurred || !fContext) {
242 fContext = glXCreateContextAttribsARB(fDisplay, bestFbc, glxShareContext, True,
254 if (ctxErrorOccurred || !fContext) {
    [all...]
  /external/skia/src/gpu/text/
GrBatchFontCache.h 224 GrContext* fContext;
  /external/icu/icu4c/source/i18n/unicode/
reldatefmt.h 481 UDisplayContext fContext;

Completed in 621 milliseconds

1 2