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

  /external/skia/include/gpu/
SkGpuCanvas.h 50 GrContext* fContext;
GrTextContext.h 39 GrContext* fContext;
SkGpuDevice.h 55 GrContext* context() const { return fContext; }
155 GrContext* fContext;
GrContext.h 613 fContext = NULL;
617 fContext = context;
621 if (fContext) {
622 fContext->setRenderTarget(fPrevTarget);
626 GrContext* fContext;
758 GrAutoMatrix() : fContext(NULL) {}
759 GrAutoMatrix(GrContext* ctx) : fContext(ctx) {
762 GrAutoMatrix(GrContext* ctx, const GrMatrix& matrix) : fContext(ctx) {
767 if (NULL != fContext) {
768 fContext->setMatrix(fMatrix)
    [all...]
  /external/skia/bench/
BenchGpuTimer_gl.h 22 const SkGLContext* fContext;
  /external/skia/include/xml/
SkJS.h 37 JSContext *fContext;
  /external/skia/include/gpu/gl/
SkMesaGLContext.h 44 Context fContext;
SkNativeGLContext.h 63 AGLContext fContext;
65 GLXContext fContext;
75 EGLContext fContext;
  /external/icu4c/i18n/
digitlst.h 376 decContext fContext; // public access to status flags.
  /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/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 103 fContext = GetContext();
106 GrContext* fContext;
  /external/skia/src/gpu/
GrGpu.h 87 GrAssert(NULL == fContext);
88 fContext = context;
90 GrContext* getContext() { return fContext; }
91 const GrContext* getContext() const { return fContext; }
488 GrContext* fContext; // not reffed (context refs gpu)
SkGpuDevice.cpp 102 GrContext* fContext;
157 fContext = context;
158 fContext->ref();
191 fContext = context;
192 fContext->ref();
225 fTexture = fContext->createUncachedTexture(desc, NULL, 0);
256 fContext->unlockTexture(fCache);
258 fContext->unref();
264 fContext->setRenderTarget(fRenderTarget);
265 fContext->flush(true)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 268 milliseconds