Searched refs:fContext (Results 1 - 25 of 84) sorted by relevance

1234

/external/chromium_org/third_party/skia/src/gpu/gl/mac/
H A DSkNativeGLContext_mac.cpp22 : fContext(NULL) {
30 if (NULL != fContext) {
31 CGLReleaseContext(fContext);
36 SkASSERT(NULL == fContext);
55 CGLCreateContext(pixFormat, NULL, &fContext);
58 if (NULL == fContext) {
63 CGLSetCurrentContext(fContext);
76 CGLSetCurrentContext(fContext);
80 CGLFlushDrawable(fContext);
/external/skia/src/gpu/gl/mac/
H A DSkNativeGLContext_mac.cpp22 : fContext(NULL) {
30 if (NULL != fContext) {
31 CGLReleaseContext(fContext);
36 SkASSERT(NULL == fContext);
55 CGLCreateContext(pixFormat, NULL, &fContext);
58 if (NULL == fContext) {
63 CGLSetCurrentContext(fContext);
76 CGLSetCurrentContext(fContext);
80 CGLFlushDrawable(fContext);
/external/skia/bench/
H A DBenchGpuTimer_gl.cpp13 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_NOERRCHECK(*fContext, GetQueryObjectiv(fQuery,
60 SK_GL_RET_NOERRCHECK(*fContext, erro
[all...]
H A DBenchGpuTimer_gl.h22 const SkGLContextHelper* fContext; member in class:BenchGpuTimer
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DSkMesaGLContext.cpp33 : fContext(static_cast<Context>(NULL))
48 if (fContext) {
49 OSMesaDestroyContext((OSMesaContext)fContext);
50 fContext = static_cast<Context>(NULL);
60 fContext = (Context)OSMesaCreateContextExt(OSMESA_BGRA, 0, 0, 0, NULL);
62 fContext = (Context)OSMesaCreateContext(OSMESA_BGRA, NULL);
64 if (!fContext) {
79 if (!OSMesaMakeCurrent((OSMesaContext)fContext,
100 if (fContext) {
101 if (!OSMesaMakeCurrent((OSMesaContext)fContext, fImag
[all...]
/external/skia/src/gpu/gl/mesa/
H A DSkMesaGLContext.cpp33 : fContext(static_cast<Context>(NULL))
48 if (fContext) {
49 OSMesaDestroyContext((OSMesaContext)fContext);
50 fContext = static_cast<Context>(NULL);
60 fContext = (Context)OSMesaCreateContextExt(OSMESA_BGRA, 0, 0, 0, NULL);
62 fContext = (Context)OSMesaCreateContext(OSMESA_BGRA, NULL);
64 if (!fContext) {
79 if (!OSMesaMakeCurrent((OSMesaContext)fContext,
100 if (fContext) {
101 if (!OSMesaMakeCurrent((OSMesaContext)fContext, fImag
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskCache.cpp12 : fContext(NULL)
H A DGrTextContext.cpp12 fContext = context;
26 fDrawTarget = fContext->getTextTarget();
H A DGrSoftwarePathRenderer.h24 : fContext(context) {
42 GrContext* fContext; member in class:GrSoftwarePathRenderer
H A DGrTest.cpp14 SkASSERT(!fContext);
16 fContext.reset(SkRef(ctx));
H A DGrTest.h32 SkAutoTUnref<GrContext> fContext; member in class:GrTestTarget
/external/skia/src/gpu/
H A DGrClipMaskCache.cpp12 : fContext(NULL)
H A DGrTextContext.cpp12 fContext = context;
26 fDrawTarget = fContext->getTextTarget();
H A DGrSoftwarePathRenderer.h24 : fContext(context) {
42 GrContext* fContext; member in class:GrSoftwarePathRenderer
H A DGrTest.cpp14 SkASSERT(!fContext);
16 fContext.reset(SkRef(ctx));
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
H A DSkANGLEGLContext.cpp27 : 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/gl/angle/
H A DSkANGLEGLContext.cpp27 : 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/chromium_org/third_party/skia/src/gpu/gl/unix/
H A DSkNativeGLContext_unix.cpp35 : 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/skia/src/gpu/gl/unix/
H A DSkNativeGLContext_unix.cpp35 : 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/
H A DNamespaceSupport.java69 * @see #fContext
87 protected int[] fContext = new int[8]; field in class:NamespaceSupport
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[fCurrentContex
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp26 : fContext(EGL_NO_CONTEXT)
39 if (fContext) {
40 eglDestroyContext(fDisplay, fContext);
41 fContext = EGL_NO_CONTEXT;
121 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, kAPIs[api].fContextAttribs);
122 if (EGL_NO_CONTEXT == fContext) {
140 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
164 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
/external/skia/src/gpu/gl/android/
H A DSkNativeGLContext_android.cpp26 : fContext(EGL_NO_CONTEXT)
39 if (fContext) {
40 eglDestroyContext(fDisplay, fContext);
41 fContext = EGL_NO_CONTEXT;
121 fContext = eglCreateContext(fDisplay, surfaceConfig, NULL, kAPIs[api].fContextAttribs);
122 if (EGL_NO_CONTEXT == fContext) {
140 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
164 if (!eglMakeCurrent(fDisplay, fSurface, fSurface, fContext)) {
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h646 fContext = context;
651 fContext = context;
654 if (NULL != fContext) {
655 fContext->setRenderTarget(fPrevTarget);
660 GrContext* fContext; member in class:GrContext::AutoRenderTarget
680 AutoMatrix() : fContext(NULL) {}
692 fContext = context;
712 fContext = context;
729 fContext = context;
747 fContext
767 GrContext* fContext; member in class:GrContext::AutoMatrix
804 GrContext* fContext; member in class:GrContext::AutoClip
1042 GrContext* fContext; member in class:GrAutoScratchTexture
[all...]
/external/skia/include/gpu/
H A DGrContext.h646 fContext = context;
651 fContext = context;
654 if (NULL != fContext) {
655 fContext->setRenderTarget(fPrevTarget);
660 GrContext* fContext; member in class:GrContext::AutoRenderTarget
680 AutoMatrix() : fContext(NULL) {}
692 fContext = context;
712 fContext = context;
729 fContext = context;
747 fContext
767 GrContext* fContext; member in class:GrContext::AutoMatrix
804 GrContext* fContext; member in class:GrContext::AutoClip
1042 GrContext* fContext; member in class:GrAutoScratchTexture
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/nacl/
H A DSkNativeGLContext_nacl.cpp17 : fContext(NULL)

Completed in 355 milliseconds

1234