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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_applesingle.py 41 def compareData(self, isrf, data):
42 if isrf:
  /external/python/cpython2/Lib/test/
test_applesingle.py 41 def compareData(self, isrf, data):
42 if isrf:
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c 491 struct vmw_ctx_validate_item *isrf = local
494 if (isrf && isrf->referenced) {
495 isrf->referenced = FALSE;
507 struct vmw_ctx_validate_item *isrf; local
510 isrf = util_hash_table_get(vswc->hash, vsurf);
512 if (isrf == NULL) {
513 isrf = &vswc->surface.items[vswc->surface.used + vswc->surface.staged];
514 vmw_svga_winsys_surface_reference(&isrf->vsurf, vsurf);
515 isrf->referenced = FALSE
    [all...]

Completed in 389 milliseconds