Home
last modified time | relevance | path

Searched refs:sContext (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dapp-linux.c73 static struct waffle_context *sContext; variable
136 sContext = waffle_context_create(sConfig, NULL); in initGraphics()
137 if (!sContext) in initGraphics()
147 ok = waffle_make_current(sDisplay, sWindow, sContext); in initGraphics()
175 if (!waffle_context_destroy(sContext)) in deinitGraphics()
/external/skia/experimental/GLFWTest/
Dglfw_main.cpp20 GrContext* sContext = nullptr; variable
34 sContext = GrContext::Create(kOpenGL_GrBackend, 0); in init_skia()
45 sSurface = SkSurface::NewFromBackendRenderTarget(sContext, desc, NULL); in init_skia()
50 delete sContext; in cleanup_skia()
/external/sqlite/dist/
Dsqlite3.c79222 sqlite3_context sContext;
79236 memset(&sContext, 0, sizeof(sContext));
79237 sContext.pOut = pDest;
79239 rc = pModule->xColumn(pCur->pVtabCursor, &sContext, pOp->p2);
79241 if( sContext.isError ){
79242 rc = sContext.isError;
97928 AuthContext sContext; /* Authorization context */
97953 memset(&sContext, 0, sizeof(sContext));
98015 sqlite3AuthContextPush(pParse, &sContext, pTab->zName);
98271 sqlite3AuthContextPop(&sContext);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c79204 sqlite3_context sContext;
79218 memset(&sContext, 0, sizeof(sContext));
79219 sContext.pOut = pDest;
79221 rc = pModule->xColumn(pCur->pVtabCursor, &sContext, pOp->p2);
79223 if( sContext.isError ){
79224 rc = sContext.isError;
97910 AuthContext sContext; /* Authorization context */
97935 memset(&sContext, 0, sizeof(sContext));
97997 sqlite3AuthContextPush(pParse, &sContext, pTab->zName);
98253 sqlite3AuthContextPop(&sContext);
[all …]
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...