/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_NOERRCHECK(*fContext, GetQueryObjectiv(fQuery, 60 SK_GL_RET_NOERRCHECK(*fContext, error, GetError()) [all...] |
BenchGpuTimer_gl.h | 22 const SkGLContextHelper* fContext;
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
SkNativeGLContext_mac.cpp | 22 : 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/ |
SkNativeGLContext_mac.cpp | 22 : 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/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
SkMesaGLContext.cpp | 33 : 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, fImage [all...] |
/external/skia/src/gpu/gl/mesa/ |
SkMesaGLContext.cpp | 33 : 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, fImage [all...] |
/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/gpu/ |
GrTextContext.cpp | 12 fContext = context; 26 fDrawTarget = fContext->getTextTarget();
|
GrSoftwarePathRenderer.h | 24 : fContext(context) { 42 GrContext* fContext;
|
GrTest.cpp | 14 SkASSERT(!fContext); 16 fContext.reset(SkRef(ctx));
|
GrClipMaskCache.cpp | 12 : fContext(NULL)
|
/external/skia/src/gpu/ |
GrTextContext.cpp | 12 fContext = context; 26 fDrawTarget = fContext->getTextTarget();
|
GrSoftwarePathRenderer.h | 24 : fContext(context) { 42 GrContext* fContext;
|
GrTest.cpp | 14 SkASSERT(!fContext); 16 fContext.reset(SkRef(ctx));
|
GrClipMaskCache.cpp | 12 : fContext(NULL)
|
/external/chromium_org/third_party/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/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/chromium_org/third_party/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; 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/ |
SkNativeGLContext_android.cpp | 26 : 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/gl/ |
SkNativeGLContext.h | 66 CGLContextObj fContext; 68 EGLContext fContext; 72 GLXContext fContext;
|
/external/skia/include/gpu/gl/ |
SkNativeGLContext.h | 66 CGLContextObj fContext; 68 EGLContext fContext; 72 GLXContext fContext;
|
/external/chromium_org/third_party/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/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/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...] |