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

1 2

  /external/skia/bench/
BenchGpuTimer_gl.cpp 13 fContext = glctx;
28 fContext->makeCurrent();
29 SK_GL(*fContext, DeleteQueries(1, &fQuery));
31 fContext->unref();
36 fContext->makeCurrent();
38 SK_GL(*fContext, BeginQuery(GR_GL_TIME_ELAPSED, fQuery));
49 fContext->makeCurrent();
50 SK_GL(*fContext, EndQuery(GR_GL_TIME_ELAPSED));
54 SK_GL(*fContext, GetQueryObjectiv(fQuery,
59 SK_GL(*fContext, GetQueryObjectui64v(fQuery
    [all...]
BenchGpuTimer_gl.h 22 const SkGLContext* fContext;
  /external/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp 21 : fContext(NULL) {
29 if (fContext) {
30 aglDestroyContext(fContext);
52 fContext = aglCreateContext(format, NULL);
53 if (NULL == fContext) {
60 aglSetCurrentContext(fContext);
73 aglSetCurrentContext(fContext);
  /external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 33 : fContext(static_cast<Context>(NULL))
47 if (fContext) {
48 OSMesaDestroyContext((OSMesaContext)fContext);
58 fContext = (Context)OSMesaCreateContextExt(OSMESA_BGRA, 0, 0, 0, NULL);
60 fContext = (Context)OSMesaCreateContext(OSMESA_BGRA, NULL);
62 if (!fContext) {
77 if (!OSMesaMakeCurrent((OSMesaContext)fContext,
98 if (fContext) {
99 if (!OSMesaMakeCurrent((OSMesaContext)fContext, fImage,
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 26 : fContext(EGL_NO_CONTEXT)
39 if (fContext) {
40 eglDestroyContext(fDisplay, fContext);
41 fContext = EGL_NO_CONTEXT;
79 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, contextAttribs);
89 eglMakeCurrent(fDisplay, fSurface, fSurface, fContext);
101 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 27 : fContext(EGL_NO_CONTEXT)
40 if (fContext) {
41 eglDestroyContext(fDisplay, fContext);
42 fContext = EGL_NO_CONTEXT;
81 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, contextAttribs);
91 eglMakeCurrent(fDisplay, fSurface, fSurface, fContext);
104 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
  /external/skia/src/gpu/
GrClipMaskCache.cpp 12 : fContext(NULL)
GrSoftwarePathRenderer.h 24 : fContext(context) {
42 GrContext* fContext;
GrTextContext.cpp 57 fDrawTarget->setIndexSourceToBuffer(fContext->getQuadIndexBuffer());
72 fContext = context;
90 fAutoMatrix.setIdentity(fContext, &fPaint);
125 fStrike = fContext->getFontCache()->getStrike(scaler);
157 fContext->flush();
160 fContext->getFontCache()->purgeExceptFor(fStrike);
180 am.setPreConcat(fContext, translate, &tmpPaint);
182 fContext->drawPath(tmpPaint, *glyph->fPath, stroke);
212 fContext->flush();
214 fDrawTarget = fContext->getTextTarget(fPaint)
    [all...]
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/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 35 : fContext(NULL)
49 if (fContext) {
50 glXDestroyContext(fDisplay, fContext);
51 fContext = NULL;
199 fContext = glXCreateNewContext(fDisplay, bestFbc, GLX_RGBA_TYPE, 0, True);
201 fContext = glXCreateContext(fDisplay, vi, 0, True);
217 fContext = glXCreateContextAttribsARB(
223 if (!ctxErrorOccurred && fContext) {
241 fContext = glXCreateContextAttribsARB(
254 if (ctxErrorOccurred || !fContext) {
    [all...]
  /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/tests/
TestClassDef.h 40 if (fContext) { \
41 function(reporter, fContext); \
  /external/skia/include/gpu/
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...]
GrTextContext.h 37 GrContext* fContext;
  /external/skia/include/gpu/gl/
SkMesaGLContext.h 44 Context fContext;
SkANGLEGLContext.h 42 EGLContext fContext;
SkNativeGLContext.h 65 AGLContext fContext;
67 EGLContext fContext;
71 GLXContext fContext;
  /external/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp 17 : fContext(NULL)
  /external/icu4c/i18n/
digitlst.cpp 72 uprv_decContextDefault(&fContext, DEC_INIT_BASE);
73 fContext.traps = 0;
74 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN);
75 fContext.digits = fStorage.getCapacity();
107 uprv_memcpy(&fContext, &other.fContext, sizeof(decContext));
112 // Always reset the fContext.digits, even if fDecNumber was not reallocated,
113 // because above we copied fContext from other.fContext.
114 fContext.digits = fStorage.getCapacity()
    [all...]
  /external/skia/src/gpu/gl/
GrGLUniformManager.cpp 37 GR_GL_CALL(fContext.interface(), Uniform1i(uni.fFSLocation, texUnit));
40 GR_GL_CALL(fContext.interface(), Uniform1i(uni.fVSLocation, texUnit));
50 GR_GL_CALL(fContext.interface(), Uniform1f(uni.fFSLocation, v0));
53 GR_GL_CALL(fContext.interface(), Uniform1f(uni.fVSLocation, v0));
70 GR_GL_CALL(fContext.interface(), Uniform1fv(uni.fFSLocation + offset, arrayCount, v));
73 GR_GL_CALL(fContext.interface(), Uniform1fv(uni.fVSLocation + offset, arrayCount, v));
83 GR_GL_CALL(fContext.interface(), Uniform2f(uni.fFSLocation, v0, v1));
86 GR_GL_CALL(fContext.interface(), Uniform2f(uni.fVSLocation, v0, v1));
100 GR_GL_CALL(fContext.interface(), Uniform2fv(uni.fFSLocation + offset, arrayCount, v));
103 GR_GL_CALL(fContext.interface(), Uniform2fv(uni.fVSLocation + offset, arrayCount, v))
    [all...]
  /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/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/include/xml/
SkJS.h 37 JSContext *fContext;
  /external/skia/legacy/include/xml/
SkJS.h 37 JSContext *fContext;

Completed in 533 milliseconds

1 2