HomeSort by relevance Sort by last modified time
    Searched refs:actx (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/main/
api_arrayelt.c 1558 AEcontext *actx = AE_CONTEXT(ctx); local
1704 AEcontext *actx = AE_CONTEXT(ctx); local
1731 AEcontext *actx = AE_CONTEXT(ctx); local
1756 const AEcontext *actx = AE_CONTEXT(ctx); local
1807 AEcontext *actx = AE_CONTEXT(ctx); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9.c 63 This->actx = pCTX;
68 if (!This->actx->thread_submit &&
73 params2.AllowDISCARDDelayedRelease = This->actx->discard_delayed_release;
74 params2.TearFreeDISCARD = This->actx->tearfree_discard;
193 This->desired_fences = This->actx->throttling ? This->actx->throttling_value + 1 : 0;
198 if (This->actx->vblank_mode == 0)
200 else if (This->actx->vblank_mode == 3)
237 if (This->actx->linear_framebuffer ||
242 (This->actx->ref && This->actx->ref == This->screen)
    [all...]
swapchain9.h 52 struct d3dadapter9_context *actx; member in struct:NineSwapChain9
device9.c     [all...]
  /build/soong/cc/
cc.go 660 func (c *Module) GenerateAndroidBuildActions(actx android.ModuleContext) {
663 ModuleContext: actx,
868 func (c *Module) beginMutator(actx android.BottomUpMutatorContext) {
870 BaseContext: actx,
880 func (c *Module) DepsMutator(actx android.BottomUpMutatorContext) {
886 BottomUpMutatorContext: actx,
928 if actx.OtherModuleExists(vendorPublicLib) {
953 actx.AddVariationDependencies(nil, depTag, lib)
956 actx.AddVariationDependencies([]blueprint.Variation{{"link", "static"}}, wholeStaticDepTag,
964 actx.AddVariationDependencies([]blueprint.Variation{{"link", "static"}}, depTag, lib
    [all...]
  /build/soong/android/
mutator.go 171 actx := &androidBottomUpMutatorContext{
175 m(actx)
186 actx := &androidTopDownMutatorContext{
190 m(actx)
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 398 AES_KEY actx; local
403 if (AES_set_encrypt_key(kek, kek_len << 3, &actx))
405 res = AES_wrap_key(&actx, NULL, cipher, plain, n * 8);
406 OPENSSL_cleanse(&actx, sizeof(actx));
414 AES_KEY actx; local
419 if (AES_set_decrypt_key(kek, kek_len << 3, &actx))
421 res = AES_unwrap_key(&actx, NULL, plain, cipher, (n + 1) * 8);
422 OPENSSL_cleanse(&actx, sizeof(actx));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 341 milliseconds