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

1 2

  /external/skia/src/gpu/
GrSoftwarePathRenderer.h 24 : fContext(context) {
42 GrContext* fContext;
GrSWMaskHelper.h 44 : fContext(context) {
99 GrContext* fContext;
GrClipMaskCache.h 130 back->acquireMask(fContext, clipGenID, desc, bound);
179 fContext = context;
183 return fContext;
233 GrContext* fContext;
GrGpu.h 61 GrAssert(NULL == fContext);
62 fContext = context;
65 GrContext* getContext() { return fContext; }
66 const GrContext* getContext() const { return fContext; }
538 GrContext* fContext; // not reffed
SkGpuDevice.cpp 129 GrContext* fContext;
184 fContext = context;
185 fContext->ref();
216 fContext = context;
217 fContext->ref();
233 SkAutoTUnref<GrTexture> texture(fContext->createUncachedTexture(desc, NULL, 0));
258 if (fContext->getRenderTarget() == fRenderTarget) {
259 fContext->setRenderTarget(NULL);
262 if (fContext->getClip() == &fClipData) {
263 fContext->setClip(NULL)
    [all...]
  /external/skia/bench/
BenchGpuTimer_gl.h 22 const SkGLContext* fContext;
  /external/skia/include/gpu/
SkGpuDevice.h 52 GrContext* context() const { return fContext; }
121 GrContext* fContext;
GrTextContext.h 37 GrContext* fContext;
GrContext.h 632 fContext = context;
637 fContext = context;
640 if (NULL != fContext) {
641 fContext->setRenderTarget(fPrevTarget);
646 GrContext* fContext;
666 AutoMatrix() : fContext(NULL) {}
678 fContext = context;
698 fContext = context;
715 fContext = context;
733 fContext->concatMatrix(preConcat)
    [all...]
  /external/skia/include/gpu/gl/
SkANGLEGLContext.h 42 EGLContext fContext;
SkMesaGLContext.h 44 Context fContext;
SkNativeGLContext.h 65 AGLContext fContext;
67 EGLContext fContext;
71 GLXContext fContext;
  /external/skia/include/xml/
SkJS.h 37 JSContext *fContext;
  /external/skia/legacy/include/xml/
SkJS.h 37 JSContext *fContext;
  /external/skia/src/gpu/gl/
GrGLUniformManager.h 28 GrGLUniformManager(const GrGLContextInfo& context) : fContext(context) {}
81 const GrGLContextInfo& fContext;
GrGLShaderBuilder.h 220 const GrGLContextInfo& fContext;
  /external/skia/include/views/
SkOSWindow_Win.h 71 EGLContext fContext;
  /external/icu4c/common/
umutex.h 160 void *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/icu4c/i18n/
digitlst.h 390 decContext fContext; // public access to status flags.
  /external/skia/legacy/src/xml/
SkJS.cpp 166 if ((fContext = JS_NewContext(fRuntime, 0x1000)) == NULL) {
171 if ((fGlobal = JS_NewObject(fContext, &global_class, NULL, NULL)) == NULL) {
175 if (JS_InitStandardClasses(fContext, fGlobal) == NULL) {
182 InitializeDisplayables(getBitmap(), fContext, fGlobal, NULL);
187 JS_DestroyContext(fContext);
193 return JS_EvaluateScript(fContext, fGlobal, script, strlen(script),
198 JSString* str = JS_ValueToString(fContext, value);
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 31 GrContext* fContext;
70 GrContext* getContext() const { return fDesc.fContext; }
  /external/skia/src/xml/
SkJS.cpp 166 if ((fContext = JS_NewContext(fRuntime, 0x1000)) == NULL) {
171 if ((fGlobal = JS_NewObject(fContext, &global_class, NULL, NULL)) == NULL) {
175 if (JS_InitStandardClasses(fContext, fGlobal) == NULL) {
182 InitializeDisplayables(getBitmap(), fContext, fGlobal, NULL);
187 JS_DestroyContext(fContext);
193 return JS_EvaluateScript(fContext, fGlobal, script, strlen(script),
198 JSString* str = JS_ValueToString(fContext, value);
  /external/skia/tests/
Test.h 104 fContext = GetContext();
109 GrContext* fContext;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 640 milliseconds

1 2